Logback API
Version 0.9.8

ch.qos.logback.core.status
Class ErrorStatus

java.lang.Object
  extended by ch.qos.logback.core.status.StatusBase
      extended by ch.qos.logback.core.status.ErrorStatus
All Implemented Interfaces:
Status

public class ErrorStatus
extends StatusBase


Field Summary
 
Fields inherited from interface ch.qos.logback.core.status.Status
ERROR, INFO, WARN
 
Constructor Summary
ErrorStatus(String msg, Object origin)
           
ErrorStatus(String msg, Object origin, Throwable t)
           
 
Method Summary
 
Methods inherited from class ch.qos.logback.core.status.StatusBase
add, getDate, getEffectiveLevel, getLevel, getMessage, getOrigin, getThrowable, hasChildren, iterator, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorStatus

public ErrorStatus(String msg,
                   Object origin)

ErrorStatus

public ErrorStatus(String msg,
                   Object origin,
                   Throwable t)

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.