public interface ISciChartDebugLoggerFacade
SciChartDebugLogger.setLoggerFacade(ISciChartDebugLoggerFacade)
. Note that logging will dramatically decrease performance, especially in a real-time scenarioModifier 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
|
void logInfo(java.lang.String tag, java.lang.String stringFormat, java.lang.Object... args)
tag
- The string tagstringFormat
- The string formatargs
- Thar optional argsvoid logWarning(java.lang.String tag, java.lang.String stringFormat, java.lang.Object... args)
tag
- The string tagstringFormat
- The string formatargs
- Thar optional argsvoid logError(java.lang.String tag, java.lang.String stringFormat, java.lang.Object... args)
tag
- The string tagstringFormat
- The string formatargs
- Thar optional argsvoid handleException(java.lang.String tag, java.lang.Exception exception)
tag
- The string tagexception
- The thrown exception