org.yasl.logging.interfaces
Interface IYASLLoggerFactory

All Known Implementing Classes:
YASLLoggerFactory

public interface IYASLLoggerFactory

Version:
1.0
Author:
Jeff Chapman

Method Summary
 void addLoggerFactoryListener(YASLLoggerFactoryListener listener)
           
 String getLogFileName()
          Returns the path and name of the logfile being used.
 Map getNameToLoggerMap()
          Returns an unmodifiable view of the loggers that the factory has created and the names that each logger is associated with.
 void removeLoggerFactoryListener(YASLLoggerFactoryListener listener)
           
 

Method Detail

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)