EventLogger.
More...
#include <ored/utilities/log.hpp>
|
| | EventLogger () |
|
void | setFormatter (const std::function< void(const boost::log::record_view &, boost::log::formatting_ostream &)> &) |
|
const boost::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"
|
|
| | IndependentLogger (const std::string &name) |
| | Constructor.
|
|
boost::shared_mutex & | mutex () |
| | mutex to acquire locks
|
|
std::vector< std::string > | messages_ |
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.
◆ removeSinks()
| virtual void removeSinks |
( |
| ) |
|
|
overridevirtual |