public interface RemoteConfigNTLogAppender extends RemoteConfigAppender
RemoteConfigNTLogAppender takes charge of
managing NTEvent log appender specific properties.DST_CONSOLE, DST_DAILY_ROLLING_FILE, DST_FILE, DST_LF5, DST_NTLOG, DST_ROLLING_FILE, DST_SOCKET, DST_SYSLOG, DST_TELNET, LAYOUT_HTML, LAYOUT_PATTERN, LAYOUT_SIMPLE, LAYOUT_TTCC, LAYOUT_XML, LAYOUTS, THRESHOLD_ALL, THRESHOLD_DEBUG, THRESHOLD_ERROR, THRESHOLD_FATAL, THRESHOLD_INFO, THRESHOLD_OFF, THRESHOLD_WARN, THRESHOLDS| Modifier and Type | Method and Description |
|---|---|
String |
getLayout()
Gets the layout of the console appender.
|
String |
getPatternConversion()
Gets the pattern conversion of the console appender.
|
String |
getSource()
Gets the NT eventlog's source name.
|
void |
setLayout(String layout)
Sets the layout of the console appender.
|
void |
setPatternConversion(String pattern)
Sets the appender's pattern conversion.
|
void |
setSource(String source)
Sets the NT eventlog's source name.
|
getName, getThreshold, isSelected, setSelected, setThresholdString getLayout() throws RemoteException
"Pattern"
"HTML"
"XML"
"TTCC"
"Simple"
RemoteException - if communication-related error occurs during RMI call execution.void setLayout(String layout) throws RemoteException
layout - the new layout value.RemoteException - if communication-related error occurs during RMI call execution.String getPatternConversion() throws RemoteException
RemoteException - if communication-related error occurs during RMI call execution.void setPatternConversion(String pattern) throws RemoteException
setLayout should be invoked first before attempting to invoke this method.pattern - the pattern conversion value.RemoteException - if communication-related error occurs during RMI call execution.String getSource() throws RemoteException
RemoteException - if communication-related error occurs during RMI call execution.void setSource(String source) throws RemoteException
source - the NT eventlog's source name.RemoteException - if communication-related error occurs during RMI call execution.© insightsoftware. All rights reserved.