#include <LoggerConsole.hpp>
|
| | ConsoleImpl ()=default |
| | Constructor.
|
| |
| virtual | ~ConsoleImpl () noexcept=default |
| | Destructor.
|
| |
| virtual void | beginLog (LogType logLevel)=0 |
| | Configures console for the given log type.
|
| |
| virtual void | print (MbString const &toLog, bool newLine)=0 |
| | Prints a text in the console, adds the line end character if asked.
|
| |
◆ ConsoleImpl()
| castor::ConsoleImpl::ConsoleImpl |
( |
| ) |
|
|
default |
◆ ~ConsoleImpl()
| virtual castor::ConsoleImpl::~ConsoleImpl |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ beginLog()
| virtual void castor::ConsoleImpl::beginLog |
( |
LogType | logLevel | ) |
|
|
pure virtual |
Configures console for the given log type.
- Parameters
-
| [in] | logLevel | The log level. |
◆ print()
| virtual void castor::ConsoleImpl::print |
( |
MbString const & | toLog, |
|
|
bool | newLine ) |
|
pure virtual |
Prints a text in the console, adds the line end character if asked.
- Parameters
-
| [in] | toLog | The text to log. |
| [in] | newLine | Tells if the line end character must be added. |
The documentation for this class was generated from the following file: