Uses of Interface
org.millscript.millscript.conf.logging.Logger

Packages that use Logger
org.millscript.millscript.conf   
org.millscript.millscript.conf.functions   
org.millscript.millscript.conf.logging   
 

Uses of Logger in org.millscript.millscript.conf
 

Fields in org.millscript.millscript.conf declared as Logger
protected  Logger AbstractConfiguration.logger
          Holds the logger for this MillScript configuration
 

Methods in org.millscript.millscript.conf that return Logger
 Logger Configuration.getLogger()
          Returns the logger for this configuration.
 Logger AbstractConfiguration.getLogger()
           
 

Methods in org.millscript.millscript.conf with parameters of type Logger
 void Configuration.setLogger(Logger logger)
          Sets the logger for this configuration.
 void AbstractConfiguration.setLogger(Logger l)
           
 

Uses of Logger in org.millscript.millscript.conf.functions
 

Methods in org.millscript.millscript.conf.functions that return Logger
 Logger LogLevelFunction.getLogger(java.lang.String level)
          Returns a logger for the specified logging level.
 

Uses of Logger in org.millscript.millscript.conf.logging
 

Classes in org.millscript.millscript.conf.logging that implement Logger
 class AlertLogger
          An "alert" level logger, to only log "alert" level messages.
 class CritLogger
          An "crit" level logger, to only log "crit" level messages.
 class DebugLogger
          An "debug" level logger, to only log "debug" level messages.
 class EmergLogger
          An "emerg" level logger, to only log "emerg" level messages.
 class ErrorLogger
          An "error" level logger, to only log "error" level messages.
 class InfoLogger
          An "info" level logger, to only log "info" level messages.
 class NoticeLogger
          An "notice" level logger, to only log "notice" level messages.
 class WarnLogger
          An "warn" level logger, to only log "warn" level messages.
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.