org.norther.tammi.acorn.logger.log
Class LoggerEvent
java.lang.Object
java.util.EventObject
org.norther.tammi.acorn.logger.log.LoggerEvent
- All Implemented Interfaces:
- Serializable
public class LoggerEvent
- extends EventObject
Events of this type are sent to an object that implements the
LoggerListener interface when it is activated for a named
logger of a log factory.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
LoggerEvent
public LoggerEvent(LogFactory factory,
Object logger)
- Constructs a new event.
- Parameters:
factory - the log factory.logger - the named logger.
getLogFactory
public LogFactory getLogFactory()
- Gets the log factory.
- Returns:
- the log factory.
getLogger
public Object getLogger()
- Gets the active logger.
- Returns:
- the active logger.
Copyright © 2004 The Norther Organization. All rights reserved.