rice.environment.logging
Interface LogManager
- All Known Subinterfaces:
- CloneableLogManager
- All Known Implementing Classes:
- AbstractLogManager, FileLogManager, RotatingLogManager, SimpleLogManager
public interface LogManager
Factory interface to generate loggers.
Usually acquired by calling environment.getLogManager().
- Author:
- Jeff Hoye
|
Method Summary |
Logger |
getLogger(Class clazz,
String instance)
Returns the Logger matching the parameters, constructs a new one if an
appropriate one hasn't yet been constructed. |
getLogger
Logger getLogger(Class clazz,
String instance)
- Returns the Logger matching the parameters, constructs a new one if an
appropriate one hasn't yet been constructed.
- Parameters:
clazz - the Class associated with this logger.instance - the instance-name associated with this logger.
- Returns:
- the logger.
Copyright © 2010. All Rights Reserved.