org.jtheque.core.managers.log
Interface ILoggingManager

All Superinterfaces:
IManager
All Known Implementing Classes:
LoggingManager

public interface ILoggingManager
extends IManager

A logging manager. This manager is responsible of the different loggers.

Author:
Baptiste Wicht

Method Summary
 IJThequeLogger getLogger(java.lang.Class<?> classe)
          Return the logger for a class.
 
Methods inherited from interface org.jtheque.core.managers.IManager
close, init, preInit
 

Method Detail

getLogger

IJThequeLogger getLogger(java.lang.Class<?> classe)
Return the logger for a class.

Parameters:
classe - The class for which we want the logger.
Returns:
The appropriate logger.


Copyright © 2009 JTheque. All Rights Reserved.