woo.log
¶
Access and manipulation of log4cxx loggers.
-
woo.log.
loadConfig
()¶ Load configuration from file (log4cxx::PropertyConfigurator::configure)
-
woo.log.
setLevel
()¶ Set minimum severity level (constants
TRACE
,DEBUG
,INFO
,WARN
,ERROR
,FATAL
) for given logger. Leading ‘woo.’ will be appended automatically to the logger name; if logger is ‘’, the root logger ‘woo’ will be operated on.
Tip
Report issues or inclarities to github.