Class LogUtil

java.lang.Object
org.apache.dubbo.common.utils.LogUtil

public class LogUtil extends Object
  • Constructor Details

    • LogUtil

      public LogUtil()
  • Method Details

    • start

      public static void start()
    • stop

      public static void stop()
    • checkNoError

      public static boolean checkNoError()
    • findName

      public static int findName(String expectedLogName)
    • findLevel

      public static int findLevel(Level expectedLevel)
    • findLevelWithThreadName

      public static int findLevelWithThreadName(Level expectedLevel, String threadName)
    • findThread

      public static int findThread(String expectedThread)
    • findMessage

      public static int findMessage(String expectedMessage)
    • findMessage

      public static int findMessage(Level expectedLevel, String expectedMessage)
    • printList

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