org.apache.james.jspf.core
Interface LogEnabled

All Known Implementing Classes:
AMechanism, ExistsMechanism, ExpModifier, GenericMechanism, GenericModifier, IncludeMechanism, IP4Mechanism, IP6Mechanism, MXMechanism, PTRMechanism, RedirectModifier

public interface LogEnabled

Components that need to log can implement this interface to be provided Loggers.


Method Summary
 void enableLogging(Logger logger)
          Provide component with a logger.
 

Method Detail

enableLogging

void enableLogging(Logger logger)
Provide component with a logger.

Parameters:
logger - the logger. Must not be null.


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.