org.norther.tammi.acorn.logger.log
Interface LoggerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DefaultLog, DomainLog

public interface LoggerListener
extends EventListener

Logs implementing the LoggerListener interface will be notified when they are activated for the specified logger. They are notified by the log factory instance.

Author:
Ilkka Priha

Method Summary
 void activated(LoggerEvent event)
          Notifies the object that it has been activated for a logger.
 

Method Detail

activated

void activated(LoggerEvent event)
Notifies the object that it has been activated for a logger.

Parameters:
event - the logger event.


Copyright © 2004 The Norther Organization. All rights reserved.