类 LogUtil


  • public class LogUtil
    extends 
    • 构造器概要

      构造器 
      构造器 说明
      LogUtil()  
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static boolean checkNoError()  
      static int findLevel​(org.apache.log4j.Level expectedLevel)  
      static int findLevelWithThreadName​(org.apache.log4j.Level expectedLevel,  threadName)  
      static int  expectedMessage)  
      static int findMessage​(org.apache.log4j.Level expectedLevel,  expectedMessage)  
      static int  expectedLogName)  
      static int  expectedThread)  
      static <T> void <T> list)  
      static void start()  
      static void stop()  
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • LogUtil

        public LogUtil()
    • 方法详细资料

      • start

        public static void start()
      • stop

        public static void stop()
      • checkNoError

        public static boolean checkNoError()
      • findName

        public static int findName​( expectedLogName)
      • findLevel

        public static int findLevel​(org.apache.log4j.Level expectedLevel)
      • findLevelWithThreadName

        public static int findLevelWithThreadName​(org.apache.log4j.Level expectedLevel,
                                                   threadName)
      • findThread

        public static int findThread​( expectedThread)
      • findMessage

        public static int findMessage​( expectedMessage)
      • findMessage

        public static int findMessage​(org.apache.log4j.Level expectedLevel,
                                       expectedMessage)
      • printList

        public static <T> void printList​(<T> list)