|
Static Public Member Functions |
| INOUT (RLogger) getRootLogger() |
| returns the RootLogger
|
| INOUT (RLogger) getNullLogger() |
| returns a Logger with no consumer
|
RLogger | getLogger (IN(RString) name) |
| returns Logger configured or registered if name has '.' the parent logger will be searched name = acdk.aci.Parser
getLogger searches:
acdk.aci.Parser return if found
acdk.aci return if found
acdk return if found
return RootLogger
|
RLogger | getCreateLogger (IN(RString) name) |
| return existant Logger or create a new one
|
void | registerLogger (IN(RLogger) logger) |
void | deregisterLogger (IN(RLogger) logger) |
void | init_configure (INOUT(RLogger) rootlogger) |
bool | doLog (int level) |
| OUTP (RFormatter) getStandardFormatter() |
void | setStandardFormatter (INP(RFormatter) formatter) |
RStringArray | parseCommandLine (IN(RStringArray) args) |
| Parse the command line for Logging related options.
|
Static Public Attributes |
int | MinLevel |
| All Message below this level has no active Logger.
|
int | Threshold |
| throw away all log message bolow this LogLevel
|
bool | TresholdSet |
| true if Threshold already forced by command line
|