EventLogger.
More...
#include <ored/utilities/log.hpp>
|
| | EventLogger () |
| |
|
void | setFormatter (const std::function< void(const boost::log::record_view &, boost::log::formatting_ostream &)> &) |
| |
|
const QuantLib::ext::shared_ptr< file_sink > & | fileSink () |
| |
|
virtual void | removeSinks () override |
| | Destructor.
|
| |
|
void | setFileLog (const std::string &filepath) |
| |
|
virtual | ~IndependentLogger () |
| | Destructor.
|
| |
|
std::vector< std::string > & | messages () |
| |
|
void | clear () |
| |
|
const std::string & | name () const |
| | Returns the Logger name.
|
| |
|
|
static const std::string | name |
| | the name "EventLogger"
|
| |
EventLogger.
This logger listens for EventMessage logs from within ORE to support event logging for ORE components
◆ EventLogger()
Constructor This logger will only write event logs. All other logs will be ignored.