ePOST API

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.

Author:
Jeff Hoye

Method Summary
 Logger getLogger(java.lang.Class clazz, java.lang.String instance)
          Returns the Logger matching the paramerters, constructs a new one if an appropriate one hasn't yet been constructed.
 

Method Detail

getLogger

Logger getLogger(java.lang.Class clazz,
                 java.lang.String instance)
Returns the Logger matching the paramerters, constructs a new one if an appropriate one hasn't yet been constructed.

Parameters:
clazz - the Class associated with this logger.
instance - the instancename associated with this logger.
Returns:
the logger.

ePOST API

Copyright © 2001-2005 - Rice Pastry.