| java.lang.Object | |
| ↳ | com.davidluoye.support.util.LogUtil |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LogUtil() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static String | dumpTrace(Throwable throwable, int deep) | ||||||||||
| static String | dumpTrace(String msg) | ||||||||||
| static String | dumpTrace(Throwable throwable) | ||||||||||
| static String | dumpTrace(String msg, int deep) | ||||||||||
| static String | logLevelToChar(int level) | ||||||||||
| static String | logLevelToString(int logLevel) | ||||||||||
| static int | logStringToLevel(String logString) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||