public class LogCatLoggerFacade extends java.lang.Object implements ISciChartDebugLoggerFacade
ISciChartDebugLoggerFacade
implementation which outputs log messages into logcat consoleConstructor and Description |
---|
LogCatLoggerFacade() |
Modifier and Type | Method and Description |
---|---|
void |
handleException(java.lang.String tag,
java.lang.Exception exception)
Handle caught exception with specified error message
|
void |
logError(java.lang.String tag,
java.lang.String stringFormat,
java.lang.Object... args)
Logs error message with the string format message with optional arguments
|
void |
logInfo(java.lang.String tag,
java.lang.String stringFormat,
java.lang.Object... args)
Logs info message with the string format message with optional arguments
|
void |
logWarning(java.lang.String tag,
java.lang.String stringFormat,
java.lang.Object... args)
Logs warning message with the string format message with optional arguments
|
public void logInfo(java.lang.String tag, java.lang.String stringFormat, java.lang.Object... args)
logInfo
in interface ISciChartDebugLoggerFacade
tag
- The string tagstringFormat
- The string formatargs
- Thar optional argspublic void logWarning(java.lang.String tag, java.lang.String stringFormat, java.lang.Object... args)
logWarning
in interface ISciChartDebugLoggerFacade
tag
- The string tagstringFormat
- The string formatargs
- Thar optional argspublic void logError(java.lang.String tag, java.lang.String stringFormat, java.lang.Object... args)
logError
in interface ISciChartDebugLoggerFacade
tag
- The string tagstringFormat
- The string formatargs
- Thar optional argspublic void handleException(java.lang.String tag, java.lang.Exception exception)
handleException
in interface ISciChartDebugLoggerFacade
tag
- The string tagexception
- The thrown exception