Solar
|
Macros | |
#define | LOG_ADD_LOG_TO_FILE(...) |
LOG_ADD_LOG_TO_FILE : redirects logs to the specified file. More... | |
#define | LOG_ADD_LOG_TO_CONSOLE() |
LOG_ADD_LOG_TO_CONSOLE : redirects logs to the console. More... | |
these macros should be used to define console and/or file output streams
#define LOG_ADD_LOG_TO_CONSOLE | ( | ) |
LOG_ADD_LOG_TO_CONSOLE : redirects logs to the console.
#define LOG_ADD_LOG_TO_FILE | ( | ... | ) |
LOG_ADD_LOG_TO_FILE : redirects logs to the specified file.
options are :
-LOG_ADD_LOG_TO_FILE(file) : the logs are appended if the file already exists
-LOG_ADD_LOG_TO_FILE(file,"r") : the file is rewinded if it already exists