LAMA
|
Contains an enumeration which identifies whether a logger logs its messages to the console only or to a file and the console. More...
Go to the source code of this file.
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
namespace | lama::LoggerWriteBehaviour |
Contains an enumeration which identifies whether a logger logs its messages to the console only or to a file and the console. | |
Enumerations | |
enum | lama::LoggerWriteBehaviour::LoggerWriteBehaviour { lama::LoggerWriteBehaviour::toConsoleOnly, lama::LoggerWriteBehaviour::toFileOnly, lama::LoggerWriteBehaviour::toFileAndConsole } |
Enumeration identifying whether a logger logs its messages to the console and a file or to the console only. More... |
Contains an enumeration which identifies whether a logger logs its messages to the console only or to a file and the console.