org.millscript.millscript.conf.logging
Class InfoLogger

java.lang.Object
  extended by org.millscript.millscript.conf.logging.EmergLogger
      extended by org.millscript.millscript.conf.logging.AlertLogger
          extended by org.millscript.millscript.conf.logging.CritLogger
              extended by org.millscript.millscript.conf.logging.ErrorLogger
                  extended by org.millscript.millscript.conf.logging.WarnLogger
                      extended by org.millscript.millscript.conf.logging.NoticeLogger
                          extended by org.millscript.millscript.conf.logging.InfoLogger
All Implemented Interfaces:
Logger
Direct Known Subclasses:
DebugLogger

public class InfoLogger
extends NoticeLogger

An "info" level logger, to only log "info" level messages.


Constructor Summary
InfoLogger()
           
 
Method Summary
 void info(java.lang.Object o)
          Logs the specified object as an "info" level message.
 void infoLine(java.lang.Object o)
          Logs the specified object as an "info" level message and ends the current line of output.
 
Methods inherited from class org.millscript.millscript.conf.logging.NoticeLogger
notice, noticeLine
 
Methods inherited from class org.millscript.millscript.conf.logging.WarnLogger
warn, warnLine
 
Methods inherited from class org.millscript.millscript.conf.logging.ErrorLogger
error, errorLine
 
Methods inherited from class org.millscript.millscript.conf.logging.CritLogger
crit, critLine
 
Methods inherited from class org.millscript.millscript.conf.logging.AlertLogger
alert, alertLine
 
Methods inherited from class org.millscript.millscript.conf.logging.EmergLogger
debug, debugLine, emerg, emergLine, print, println, stackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoLogger

public InfoLogger()
Method Detail

info

public void info(java.lang.Object o)
Description copied from interface: Logger
Logs the specified object as an "info" level message.

Specified by:
info in interface Logger
Overrides:
info in class EmergLogger
Parameters:
o - the object to log
See Also:
Logger.info(java.lang.Object)

infoLine

public void infoLine(java.lang.Object o)
Description copied from interface: Logger
Logs the specified object as an "info" level message and ends the current line of output.

Specified by:
infoLine in interface Logger
Overrides:
infoLine in class EmergLogger
Parameters:
o - the object to log
See Also:
Logger.infoLine(java.lang.Object)


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