public class AndroidLogger extends com.firebase.client.utilities.DefaultLogger
Logger.Level| Constructor and Description |
|---|
AndroidLogger(Logger.Level level,
List<String> enabledComponents) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildLogMessage(Logger.Level level,
String tag,
String message,
long msTimestamp) |
protected void |
debug(String tag,
String toLog) |
protected void |
error(String tag,
String toLog) |
protected void |
info(String tag,
String toLog) |
protected void |
warn(String tag,
String toLog) |
getLogLevel, onLogMessage, shouldLogpublic AndroidLogger(Logger.Level level, List<String> enabledComponents)
protected String buildLogMessage(Logger.Level level, String tag, String message, long msTimestamp)
buildLogMessage in class com.firebase.client.utilities.DefaultLoggerprotected void error(String tag, String toLog)
error in class com.firebase.client.utilities.DefaultLoggerprotected void warn(String tag, String toLog)
warn in class com.firebase.client.utilities.DefaultLoggerprotected void info(String tag, String toLog)
info in class com.firebase.client.utilities.DefaultLoggerprotected void debug(String tag, String toLog)
debug in class com.firebase.client.utilities.DefaultLoggerCopyright © 2015 Firebase. All rights reserved.