Package org.apache.dubbo.common.utils
Class LogUtil
java.lang.Object
org.apache.dubbo.common.utils.LogUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic intstatic intfindLevelWithThreadName(Level expectedLevel, String threadName) static intfindMessage(String expectedMessage) static intfindMessage(Level expectedLevel, String expectedMessage) static intstatic intfindThread(String expectedThread) static <T> voidstatic voidstart()static voidstop()
-
Constructor Details
-
LogUtil
public LogUtil()
-
-
Method Details
-
start
public static void start() -
stop
public static void stop() -
checkNoError
public static boolean checkNoError() -
findName
-
findLevel
-
findLevelWithThreadName
-
findThread
-
findMessage
-
findMessage
-
printList
-