Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a list of loggers along with their current log levels. Entries are sorted by the logger's name. A named logger is one that could be one created by the application classes using the LoggerFactory.getLogger method or an ancestor package name (that whose level is specified either via the log4j.properties file used by the worker, or via this API). 

...