Represents an implementation of a logger object as call from the Logger class.
More...
#include <Bridge_LoggerInterface.h>
|
virtual | ~ILogger () |
|
virtual void | LogTrace (const std::string &msg)=0 |
| Log trace messages to the configured output.
|
|
virtual void | LogInfo (const std::string &msg)=0 |
| Log informational messages to the configured output.
|
|
virtual void | LogError (const std::string &msg)=0 |
| Log error messages to the configured output.
|
|
Represents an implementation of a logger object as call from the Logger class.
Definition at line 17 of file Bridge_LoggerInterface.h.
◆ ~ILogger()
◆ LogError()
virtual void LogError |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Log error messages to the configured output.
- Parameters
-
◆ LogInfo()
virtual void LogInfo |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Log informational messages to the configured output.
- Parameters
-
◆ LogTrace()
virtual void LogTrace |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
Log trace messages to the configured output.
- Parameters
-
The documentation for this struct was generated from the following file: