Functions
 FunctionDescription
 getClassLogger Returns a logger for the passed-in class.
 getLogger Returns a logger for the passed-in input that can be eighter a String or a Class.
 getNamedLogger Returns a logger for the passed-in name.
Constants
 ConstantDescription
 LOGGER_FACTORY LOGGER_FACTORY contains the default LoggerFactory used by getLogger and its siblings.
Interfaces
 InterfaceDescription
 ILogger A ILogger defines the public access for any kind of logging request.
 ILogSetup ILogSetup augments Logger instances created by LoggerFactory which effectively allows to setup the logging process.
Classes
 ClassDescription
 Logger Proxy for an ILogger implementation.
 LoggerFactory Use the LoggerFactory to obtain a logger.