#include <TUTKGlobalAPIs.h>
Data Fields | |
| const char * | path |
| logLevel_t | log_level |
| int32_t | file_max_size |
| int32_t | file_max_count |
The Log configuration
| path | [in] The path of log file, NULL = disable Log |
| log_level | [in] The log message with level log_level or higher would be logged, LEVEL_SILENCE = nothing would be logged |
| file_max_size | [in] The maximum size of log file in bytes, 0 = unlimited |
| file_max_count | [in] The maximum number of log file if file_max_size is set, 0 = unlimited |
| int32_t file_max_count |
| int32_t file_max_size |
| logLevel_t log_level |
| const char* path |