de.huxhorn.lilith.logback.classic
Class NoOpNDCAdapter

java.lang.Object
  extended by de.huxhorn.lilith.logback.classic.NoOpNDCAdapter
All Implemented Interfaces:
NDCAdapter

public class NoOpNDCAdapter
extends java.lang.Object
implements NDCAdapter


Field Summary
 
Fields inherited from interface de.huxhorn.lilith.logback.classic.NDCAdapter
NO_MESSAGES
 
Constructor Summary
NoOpNDCAdapter()
           
 
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

NoOpNDCAdapter

public NoOpNDCAdapter()
Method Detail

push

public void push(java.lang.String message)
Specified by:
push in interface NDCAdapter

push

public void push(java.lang.String messagePattern,
                 java.lang.Object[] arguments)
Specified by:
push in interface NDCAdapter

pop

public void pop()
Specified by:
pop in interface NDCAdapter

getDepth

public int getDepth()
Specified by:
getDepth in interface NDCAdapter

setMaximumDepth

public void setMaximumDepth(int maximumDepth)
Specified by:
setMaximumDepth in interface NDCAdapter

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface NDCAdapter

clear

public void clear()
Specified by:
clear in interface NDCAdapter

getContextStack

public de.huxhorn.lilith.data.logging.Message[] getContextStack()
Specified by:
getContextStack in interface NDCAdapter