|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.huxhorn.lilith.logback.classic.SimpleNDCAdapter
public class SimpleNDCAdapter
| Field Summary |
|---|
| Fields inherited from interface de.huxhorn.lilith.logback.classic.NDCAdapter |
|---|
NO_MESSAGES |
| Constructor Summary | |
|---|---|
SimpleNDCAdapter()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
de.huxhorn.lilith.data.logging.Message[] |
getContextStack()
|
int |
getDepth()
|
boolean |
isEmpty()
|
void |
pop()
|
void |
push(java.lang.String message)
|
void |
push(java.lang.String messagePattern,
java.lang.Object[] arguments)
|
void |
setMaximumDepth(int maximumDepth)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleNDCAdapter()
| Method Detail |
|---|
public void push(java.lang.String message)
push in interface NDCAdapter
public void push(java.lang.String messagePattern,
java.lang.Object[] arguments)
push in interface NDCAdapterpublic void pop()
pop in interface NDCAdapterpublic int getDepth()
getDepth in interface NDCAdapterpublic void setMaximumDepth(int maximumDepth)
setMaximumDepth in interface NDCAdapterpublic boolean isEmpty()
isEmpty in interface NDCAdapterpublic void clear()
clear in interface NDCAdapterpublic de.huxhorn.lilith.data.logging.Message[] getContextStack()
getContextStack in interface NDCAdapter
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||