-
public class Logger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interfaceLogger.LogLevelInterface of integers representing log levels.
-
Field Summary
Fields Modifier and Type Field Description public final static intLEVEL_VERBOSEpublic final static intLEVEL_INFOpublic final static intLEVEL_WARNINGpublic final static intLEVEL_ERROR
-
Method Summary
Modifier and Type Method Description static voidsetLogLevel(int logLevel)Sets the log sLevel for logcat events. voidv(String message)voidi(String message)voidw(String message)voide(String message)voidv(String message, @Nullable() Throwable error)voidi(String message, @Nullable() Throwable error)voidw(String message, @Nullable() Throwable error)voide(String message, @Nullable() Throwable error)-
-
Constructor Detail
-
Logger
Logger(String tag)
-
-
Method Detail
-
setLogLevel
static void setLogLevel(int logLevel)
Sets the log sLevel for logcat events.
- Parameters:
logLevel- the desired log sLevel
-
-
-
-