public class WZAndroidLogger extends WZLogger
WZLogger
implementation used by the Android version of the GoCoder SDK.
This is the default logger registered when the SDK is initialized. It uses the standard
Android Log API for output.WZLogger
Modifier and Type | Method and Description |
---|---|
void |
debug(String tag,
String message) |
void |
error(String tag,
String message) |
void |
error(String tag,
String message,
Throwable throwable) |
void |
error(String tag,
Throwable throwable) |
static WZAndroidLogger |
getInstance() |
void |
info(String tag,
String message) |
void |
verbose(String tag,
String message) |
void |
warn(String tag,
String message) |
public static WZAndroidLogger getInstance()
This logger is implemented as a singleton and you should need to access it under normal circumstances since it is registered by default.
public void verbose(String tag, String message)
verbose
in class WZLogger
WZLog.verbose(java.lang.String, java.lang.String)
public void info(String tag, String message)
info
in class WZLogger
WZLog.info(java.lang.String, java.lang.String)
public void debug(String tag, String message)
debug
in class WZLogger
WZLog.debug(java.lang.String, java.lang.String)
public void warn(String tag, String message)
warn
in class WZLogger
WZLog.warn(java.lang.String, java.lang.String)
public void error(String tag, String message)
error
in class WZLogger
WZLog.error(java.lang.String, java.lang.String)
public void error(String tag, String message, Throwable throwable)
error
in class WZLogger
WZLog.error(java.lang.String, java.lang.String, Throwable)
public void error(String tag, Throwable throwable)
error
in class WZLogger
WZLog.error(java.lang.String, Throwable)
© 2016 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal