Utils
public interface ILogger
Modifier and Type | Method and Description |
---|---|
void |
d(String tag,
String msg)
Deprecated.
|
void |
e(String tag,
String msg)
Deprecated.
|
void |
i(String tag,
String msg)
Deprecated.
|
ILogger |
setDebugMode(boolean isDebug)
Deprecated.
Logger can working in debug mode and release mode.
|
void |
v(String tag,
String msg)
Deprecated.
|
void |
w(String tag,
String msg)
Deprecated.
|
ILogger setDebugMode(boolean isDebug)
isDebug
- Copyright © 2024. All rights reserved.