org.x4juli.global
Interface LoggerClassInformation

All Known Implementing Classes:
ClassLoaderLogManager

public interface LoggerClassInformation

Author:
Boris Unckel

Method Summary
 java.lang.String getFQCNofLogger()
          Returns the full qualified class name of the logger.
 java.lang.Class getLoggerClass()
          Returns the class of the actual used logger for system.
 

Method Detail

getLoggerClass

public java.lang.Class getLoggerClass()
Returns the class of the actual used logger for system.

Returns:
class of the logger.

getFQCNofLogger

public java.lang.String getFQCNofLogger()
Returns the full qualified class name of the logger. Must correspond to getLoggerClass, but should not be created dynamicly.

Returns:
class name of the logger.


${license_html}