Uses of Interface
org.apache.turbine.services.logging.LoggingConfig

Packages that use LoggingConfig
org.apache.turbine.services.logging   
 

Uses of LoggingConfig in org.apache.turbine.services.logging
 

Classes in org.apache.turbine.services.logging that implement LoggingConfig
 class PropertiesLoggingConfig
          Small helper class that encapsulates the logging configuration information.
 

Fields in org.apache.turbine.services.logging declared as LoggingConfig
protected  LoggingConfig BaseLogger.loggingConfig
          The LoggingConfig object for this logger
 

Methods in org.apache.turbine.services.logging that return LoggingConfig
 LoggingConfig TurbineLoggingService.getLoggingConfig()
          Creates a new LoggingConfig object.
 

Methods in org.apache.turbine.services.logging with parameters of type LoggingConfig
 void Logger.init(LoggingConfig loggingConfig)
          This method sets parameters for the logger implementation.
 void BaseLogger.init(LoggingConfig loggingConfig)
          This method should be reimplemented by user if class use need some objects intialization.
protected  void BaseLogger.doDispatch(LoggingConfig loggingConfig)
          Dispatches tasks for different types of destinations.
protected  void BaseLogger.configureFiles(LoggingConfig loggingConfig)
          This method should be implemented by user if the logger can handle files.
protected  void BaseLogger.configureConsole(LoggingConfig loggingConfig)
          This method should be implemented by user if the logger can handle remote server.
protected  void BaseLogger.configureRemote(LoggingConfig loggingConfig)
          This method should be implemented by user if the logger can handle console.
protected  void BaseLogger.configureSyslog(LoggingConfig loggingConfig)
          This method should be implemented by user if the logger can handle syslog demon.
protected  void BaseLogger.configureEmail(LoggingConfig loggingConfig)
          This method should be implemented by user if the logger can handle emailing logs.
protected  void BaseLogger.configureDatabase(LoggingConfig loggingConfig)
          This method should be implemented by user if the logger can handle database logs.
 void ServletLogger.init(LoggingConfig loggingConfig)
          Initialize
protected  void TurbineLoggingService.loadLogger(LoggingConfig loggingConfig)
          Creates instances of the logger, configures it, and adds it to the hashTable.
 void Log4JavaLogger.init(LoggingConfig loggingConfig)
          Initialize and create new category (logger handler)
protected  void Log4JavaLogger.configureFiles(LoggingConfig loggingConfig)
          Adds a local file as destinations for logger.
protected  void Log4JavaLogger.configureConsole(LoggingConfig loggingConfig)
          It adds console as a destination for logger.
protected  void Log4JavaLogger.configureRemote(LoggingConfig loggingConfig)
          This method should be implemented by user if the logger can handle console.
protected  void Log4JavaLogger.configureSyslog(LoggingConfig loggingConfig)
          It adds remote demon as a destination for logger.
protected  void Log4JavaLogger.configureEmail(LoggingConfig loggingConfig)
          It adds email as a destination for logger.
protected  void Log4JavaLogger.configureDatabase(LoggingConfig loggingConfig)
          It adds a db as a destination for logger.
 void FileLogger.init(LoggingConfig loggingConfig)
          Initialize and create the writers
protected  void FileLogger.configureFiles(LoggingConfig loggingConfig)
          Adds local file as destinations for logger.
protected  void FileLogger.configureConsole(LoggingConfig loggingConfig)
          Adds console as a destination for logger.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.