Uses of Interface
gnu.hylafax.logging.Logger

Packages that use Logger
gnu.hylafax.logging   
 

Uses of Logger in gnu.hylafax.logging
 

Classes in gnu.hylafax.logging that implement Logger
 class ConsoleLogger
          Implements the console logger for gnu.hylafax.logging.LoggingFactory.
 class Log4jLogger
          Implements a logging factory that uses log4j if it is available.
 

Methods in gnu.hylafax.logging that return Logger
static Logger LoggingFactory.getLogger(java.lang.Class logClass)
          Returns the a logger for the class passed via logClass.
static Logger LoggingFactory.getLogger(java.lang.String logClass)
          Checks to see if the class is defined and returns a Logger for it.