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.


Method Index

 o addLogger(Logger)
Add a logger, indexed by its facility.
 o getDefaultLogger()
Get the default logger for the application
 o getLogger(String)
Get the logger for the given facility, or null if there is none.
 o setDefaultLogger(Logger)
Set the default logger for the application

Methods

 o addLogger
 public abstract void addLogger(Logger l)
Add a logger, indexed by its facility.

 o getDefaultLogger
 public abstract Logger getDefaultLogger()
Get the default logger for the application

 o getLogger
 public abstract Logger getLogger(String facility)
Get the logger for the given facility, or null if there is none.

 o setDefaultLogger
 public abstract void setDefaultLogger(Logger l)
Set the default logger for the application


All Packages  Class Hierarchy  This Package  Previous  Next  Index