org.yasl.logging.interfaces
Interface IYASLLoggerFactory
- All Known Implementing Classes:
- YASLLoggerFactory
- public interface IYASLLoggerFactory
- Version:
- 1.0
- Author:
- Jeff Chapman
getNameToLoggerMap
public Map getNameToLoggerMap()
- Returns an unmodifiable view of the loggers that the
factory has created and the names that each logger is
associated with.
- Returns:
- Map
getLogFileName
public String getLogFileName()
- Returns the path and name of the logfile being used.
- Returns:
- String
addLoggerFactoryListener
public void addLoggerFactoryListener(YASLLoggerFactoryListener listener)
removeLoggerFactoryListener
public void removeLoggerFactoryListener(YASLLoggerFactoryListener listener)