public class IOSApplicationLogger extends Object implements ApplicationLogger
ApplicationLogger for ios| Constructor and Description |
|---|
IOSApplicationLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String tag,
String message) |
void |
debug(String tag,
String message,
Throwable exception) |
void |
error(String tag,
String message) |
void |
error(String tag,
String message,
Throwable exception) |
void |
log(String tag,
String message) |
void |
log(String tag,
String message,
Throwable exception) |
public void log(String tag, String message)
log in interface ApplicationLoggerpublic void log(String tag, String message, Throwable exception)
log in interface ApplicationLoggerpublic void error(String tag, String message)
error in interface ApplicationLoggerpublic void error(String tag, String message, Throwable exception)
error in interface ApplicationLoggerpublic void debug(String tag, String message)
debug in interface ApplicationLoggerpublic void debug(String tag, String message, Throwable exception)
debug in interface ApplicationLoggerCopyright © 2020. All rights reserved.