Package ch.qos.logback.core.status
Class StatusBase
java.lang.Object
ch.qos.logback.core.status.StatusBase
- All Implemented Interfaces:
Status
- Direct Known Subclasses:
ErrorStatus
,InfoStatus
,WarnStatus
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStatusBase
(int level, String msg, Object origin) StatusBase
(int level, String msg, Object origin, Throwable t) -
Method Summary
-
Field Details
-
EMPTY_LIST
-
level
int level -
message
-
origin
-
childrenList
-
throwable
Throwable throwable -
date
long date
-
-
Constructor Details
-
StatusBase
-
StatusBase
-
-
Method Details
-
add
-
hasChildren
public boolean hasChildren()- Specified by:
hasChildren
in interfaceStatus
-
iterator
-
remove
-
getLevel
public int getLevel() -
getEffectiveLevel
public int getEffectiveLevel()- Specified by:
getEffectiveLevel
in interfaceStatus
-
getMessage
- Specified by:
getMessage
in interfaceStatus
-
getOrigin
-
getThrowable
- Specified by:
getThrowable
in interfaceStatus
-
getDate
-
toString
-
hashCode
public int hashCode() -
equals
-