#include <LoggerConsole.hpp>
|
| ProgramConsole (bool showConsole) |
| Constructor.
|
|
void | beginLog (LogType logLevel) |
| Configures console for the given log type.
|
|
void | print (MbString const &toLog, bool newLine) |
| Prints a text in the console, adds the line end character if asked.
|
|
◆ ProgramConsole()
castor::ProgramConsole::ProgramConsole |
( |
bool | showConsole | ) |
|
|
explicit |
◆ beginLog()
void castor::ProgramConsole::beginLog |
( |
LogType | logLevel | ) |
|
Configures console for the given log type.
- Parameters
-
[in] | logLevel | The log level. |
◆ print()
void castor::ProgramConsole::print |
( |
MbString const & | toLog, |
|
|
bool | newLine ) |
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: