@Service(value=com.prosyst.mprm.debug.ext.MonitoredCommunicator.class)
public class DebugSplunkWriter
extends com.prosyst.mprm.debug.ext.MonitoredCommunicator
| Modifier and Type | Field and Description |
|---|---|
protected com.prosyst.mprm.backend.log.spi.Writer |
writer |
DATE_FORMAT_PATTERN, DATE_FORMAT_TIMEZONE, dateFormat, mon, timestampDEBUG_ALL, DEBUG_OFF, DEBUG_ON_CAT, DEBUG_ON_DEVICE, detailLevel, LOG_LEVELS_EXT, perThreadCOMM_PORT, CONSOLE, DEBUG_EXC_MASK, DEBUG_MASK, EMPTY_MASK, ERROR_EXC_MASK, ERROR_MASK, EXC_MASK, FIRST_EXC_MASK, FIRST_NONEMPTY_MASK, FULL_MASK, HAS_HOSTS_MASK, HEADER, HOSTS_LEVEL, LAST_MASK, LOG_2, LOG_DEBUG, LOG_DEBUG_EXC, LOG_EMPTY, LOG_ERROR, LOG_ERROR_EXC, LOG_FILE, LOG_LEVELS, LOG_WARNING, LOG_WARNING_EXC, MAGIC, MASK_COUNT, NO_EXC_MASK, NO_HOSTS_LEVEL, WARNING_EXC_MASK, WARNING_MASK| Constructor and Description |
|---|
DebugSplunkWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
sendLog(long timestamp,
java.lang.String category,
int level,
java.lang.String message,
java.lang.Throwable exc) |
protected void |
sendLog(long timestamp,
java.lang.String category,
java.lang.String deviceType,
java.lang.String deviceId,
int level,
java.lang.String message,
java.lang.Throwable exc,
int debugOnType) |
protected void |
sendLog(java.lang.String category,
int level,
java.lang.String message,
java.lang.Throwable exc)
Sends message to log.
|
void |
sendLog(java.lang.String category,
java.lang.String deviceType,
java.lang.String deviceId,
int level,
java.lang.String message,
java.lang.Throwable exc,
int debugOnType) |
close, isPerThread, setPerThreaddebugStateChanged, flush, formatHeader, formatHeader, getBackup, getDeviceBackup, getMain, isDebugOff, isDebugOff, isDebugOn, isDebugOn, replace, sendLog1, sendLog1, sendLog2, sendLog2, sendLog3, sendLog3, sendLog4, sendLog4, sendLog5, sendLog5, sendLog6, sendLog6, sendLog7, sendLog7, sendLog8, sendLog8, setBackup, setDeviceBackup, setDeviceMain, setMain@Reference(cardinality=MANDATORY_UNARY,
policy=DYNAMIC,
target="(type=splunk)")
protected volatile com.prosyst.mprm.backend.log.spi.Writer writer
protected void sendLog(java.lang.String category,
int level,
java.lang.String message,
java.lang.Throwable exc)
LogCommunicatorsendLog in class com.prosyst.mprm.debug.ext.MonitoredCommunicatorcategory - name of message category.level - debug level.message - message.exc - exception back-trace.public void sendLog(java.lang.String category,
java.lang.String deviceType,
java.lang.String deviceId,
int level,
java.lang.String message,
java.lang.Throwable exc,
int debugOnType)
sendLog in class com.prosyst.mprm.debug.ext.MonitoredCommunicatorprotected void sendLog(long timestamp,
java.lang.String category,
int level,
java.lang.String message,
java.lang.Throwable exc)
sendLog in class com.prosyst.mprm.debug.ext.MonitoredCommunicatorprotected void sendLog(long timestamp,
java.lang.String category,
java.lang.String deviceType,
java.lang.String deviceId,
int level,
java.lang.String message,
java.lang.Throwable exc,
int debugOnType)
sendLog in class com.prosyst.mprm.debug.ext.MonitoredCommunicatorCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.