org.millscript.millscript.conf.logging
Class AlertLogger

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

public class AlertLogger
extends EmergLogger

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


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

Constructor Detail

AlertLogger

public AlertLogger()
Method Detail

alert

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

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

alertLine

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

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


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