LogBoxConfig getConfig()
Logger getLogger(any category)
Logger getRootLogger()
string getVersion()
string getCurrentAppenders()
string getCurrentLoggers()
void configure( LogBoxConfig config )
getRootLogger() & getLogger()
, which you will use to get the root or named logger objects.Caution: When you ask for a named category logger and LogBox cannot find its definition, it will create a logger that will inherit its logging levels and appenders from the root logger.