Package org.slf4j

Class NDC


  • public class NDC
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      NDC()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String pop()  
      static void push​(java.lang.String val)  
      private static int size()  
      • 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

      • size

        private static int size()
      • push

        public static void push​(java.lang.String val)
      • pop

        public static java.lang.String pop()