LAMA
lama::LoggerWriteBehaviour Namespace Reference

Contains an enumeration which identifies whether a logger logs its messages to the console only or to a file and the console. More...

Enumerations

enum  LoggerWriteBehaviour { toConsoleOnly, toFileOnly, toFileAndConsole }
 Enumeration identifying whether a logger logs its messages to the console and a file or to the console only. More...

Detailed Description

Contains an enumeration which identifies whether a logger logs its messages to the console only or to a file and the console.


Enumeration Type Documentation

Enumeration identifying whether a logger logs its messages to the console and a file or to the console only.

Enumerator:
toConsoleOnly 

Log messages will be written to standard out only.

toFileOnly 

Log messages will be written to the log file only.

toFileAndConsole 

Log messages will be written to the console and the logfile.