All Packages Class Hierarchy This Package Previous Next Index
Interface com.ups.xmlsdk.util.logging.LogFactory
- public interface LogFactory
Interface for creating and managing loggers.
-
addLogger(Logger)
- Add a logger, indexed by its facility.
-
getDefaultLogger()
- Get the default logger for the application
-
getLogger(String)
- Get the logger for the given facility, or null if there is none.
-
setDefaultLogger(Logger)
- Set the default logger for the application
addLogger
public abstract void addLogger(Logger l)
- Add a logger, indexed by its facility.
getDefaultLogger
public abstract Logger getDefaultLogger()
- Get the default logger for the application
getLogger
public abstract Logger getLogger(String facility)
- Get the logger for the given facility, or null if there is none.
setDefaultLogger
public abstract void setDefaultLogger(Logger l)
- Set the default logger for the application
All Packages Class Hierarchy This Package Previous Next Index