ODIN
|
#include <tjlog.h>
Static Public Member Functions | |
static void | set_log_level (const char *compname, logPriority level) |
static void | set_uniform_log_level (logPriority level) |
static bool | set_log_levels (int argc, char *argv[], bool trigger_error=true) |
static STD_string | get_usage () |
static const char * | get_levels () |
static void | set_levels (const char *str) |
static void | set_log_output_function (tracefunction func) |
Base class for all Log-component types which manages global settings
|
static |
Serialize log-level settings to string
|
static |
Get command line usage for setting log levels
|
static |
Set log levels from string
|
static |
Set the log output level of component 'compname' to 'level'
|
static |
Set log levels from command line
|
static |
Set trace function
|
static |
Set uniform log output level for all components