Class LogCatLoggerFacade
Defines default ISciChartDebugLoggerFacade implementation which outputs log messages into logcat console
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class LogCatLoggerFacade implements ISciChartDebugLoggerFacade
Constructors
LogCatLoggerFacade()
Declaration
public LogCatLoggerFacade()
Methods
handleException(String tag, Exception exception)
Handle caught exception with specified error message
Declaration
public void handleException(String tag, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| String | tag | |
| Exception | exception |
logError(String tag, String stringFormat, Object[] args)
Logs error message with the string format message with optional arguments
Declaration
public void logError(String tag, String stringFormat, Object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| String | tag | |
| String | stringFormat | |
| Object[] | args |
logInfo(String tag, String stringFormat, Object[] args)
Logs info message with the string format message with optional arguments
Declaration
public void logInfo(String tag, String stringFormat, Object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| String | tag | |
| String | stringFormat | |
| Object[] | args |
logWarning(String tag, String stringFormat, Object[] args)
Logs warning message with the string format message with optional arguments
Declaration
public void logWarning(String tag, String stringFormat, Object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| String | tag | |
| String | stringFormat | |
| Object[] | args |