Rice Pastry API

rice.environment.logging
Interface LogManager

All Known Subinterfaces:
CloneableLogManager
All Known Implementing Classes:
AbstractLogManager, SimpleLogManager

public interface LogManager

Factory interface to generate loggers.

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
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

public 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.

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection