org.x4juli.global
Interface LoggerRepositoryHolder

All Known Implementing Classes:
ClassLoaderLogManager

public interface LoggerRepositoryHolder

Juli is just working with a ObjectStore. To allow independent extensions of an LogManager, the new LogManager must implement this interface.

Author:
Boris Unckel

Method Summary
 ObjectStore getLoggerRepository()
          Get the actual repository for objects in the system.
 

Method Detail

getLoggerRepository

public ObjectStore getLoggerRepository()
Get the actual repository for objects in the system.

Returns:
the actual ObjectStore.


${license_html}