org.millscript.millscript.conf.logging
Class NoticeLogger

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
All Implemented Interfaces:
Logger
Direct Known Subclasses:
InfoLogger

public class NoticeLogger
extends WarnLogger

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


Constructor Summary
NoticeLogger()
           
 
Method Summary
 void notice(java.lang.Object o)
          Logs the specified object as a "notice" level message.
 void noticeLine(java.lang.Object o)
          Logs the specified object as a "notice" level message and ends the current line of output.
 
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, info, infoLine, print, println, stackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoticeLogger

public NoticeLogger()
Method Detail

notice

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

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

noticeLine

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

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


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