Rice Pastry API

rice.environment.logging
Interface CloneableLogManager

All Superinterfaces:
LogManager
All Known Implementing Classes:
SimpleLogManager

public interface CloneableLogManager
extends LogManager

If you implement this interface, then your log manager can be cloned. This is usually used so different nodes can have different log managers. The simple log manager uses the

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
Author:
Jeff Hoye

Method Summary
 LogManager clone(java.lang.String detail)
          Return a new LogManager with identical parameters except that there is an indication of detail in each line, or filename if seperated by files.
 
Methods inherited from interface rice.environment.logging.LogManager
getLogger
 

Method Detail

clone

public LogManager clone(java.lang.String detail)
Return a new LogManager with identical parameters except that there is an indication of detail in each line, or filename if seperated by files.

Parameters:
detail - usually will be a nodeid
Returns:
a new LogManager

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection