log4j-jboss-logmanager 1.0.2.Final-redhat-1

org.apache.log4j
Class NDC

java.lang.Object
  extended by org.apache.log4j.NDC

public class NDC
extends Object


Method Summary
static void clear()
           
static Stack cloneStack()
           
static String get()
           
static int getDepth()
           
static void inherit(Stack stack)
           
static String peek()
           
static String pop()
           
static void push(String message)
           
static void remove()
           
static void setMaxDepth(int maxDepth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public static void clear()

cloneStack

public static Stack cloneStack()

inherit

public static void inherit(Stack stack)

get

public static String get()

getDepth

public static int getDepth()

pop

public static String pop()

peek

public static String peek()

push

public static void push(String message)

remove

public static void remove()

setMaxDepth

public static void setMaxDepth(int maxDepth)

log4j-jboss-logmanager 1.0.2.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.