public class DefaultLoggerDelegate extends Object implements Logger.LoggerDelegate
Log.
Log tag is set to UploadService for all the logs.| Constructor and Description |
|---|
DefaultLoggerDelegate() |
public void error(String tag, String message)
error in interface Logger.LoggerDelegatepublic void error(String tag, String message, Throwable exception)
error in interface Logger.LoggerDelegatepublic void debug(String tag, String message)
debug in interface Logger.LoggerDelegatepublic void info(String tag, String message)
info in interface Logger.LoggerDelegate