com.levigo.util.log
Class NDC

java.lang.Object
  extended by com.levigo.util.log.NDC

public class NDC
extends Object


Constructor Summary
NDC()
           
 
Method Summary
static void clear()
           
static Stack<Object> cloneStack()
           
static int getDepth()
           
static void inherit(Stack<Object> 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
 

Constructor Detail

NDC

public NDC()
Method Detail

clear

public static void clear()

cloneStack

public static Stack<Object> cloneStack()

getDepth

public static int getDepth()

inherit

public static void inherit(Stack<Object> stack)

peek

public static String peek()

pop

public static String pop()

push

public static void push(String message)

remove

public static void remove()

setMaxDepth

public static void setMaxDepth(int maxDepth)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.