JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

org.jboss.logging
Interface NDCProvider

All Known Implementing Classes:
NullNDCProvider

public interface NDCProvider

An NDC SPI for the backend logging implementation.

Author:
Jason T. Greene

Method Summary
 void clear()
           
 String get()
           
 int getDepth()
           
 String peek()
           
 String pop()
           
 void push(String message)
           
 void setMaxDepth(int maxDepth)
           
 

Method Detail

clear

void clear()

get

String get()

getDepth

int getDepth()

pop

String pop()

peek

String peek()

push

void push(String message)

setMaxDepth

void setMaxDepth(int maxDepth)

JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.