Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
uscxml::Logger Class Reference
Public Member Functions | |
std::shared_ptr< LoggerImpl > | getImpl () const |
virtual void | log (LogSeverity severity, const Event &event) |
virtual void | log (LogSeverity severity, const Data &data) |
virtual void | log (LogSeverity severity, const std::string &message) |
virtual StreamLogger | log (LogSeverity severity) |
PIMPL_OPERATORS (Logger) | |
Static Public Member Functions | |
static Logger | getDefault () |
static std::string | severityToString (LogSeverity severity) |
Protected Attributes | |
std::shared_ptr< LoggerImpl > | _impl |
The documentation for this class was generated from the following files:
- interpreter/Logging.h
- interpreter/Logging.cpp