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 |
|---|---|
java.lang.String |
getLayout()
Gets the layout of the console appender.
|
java.lang.String |
getPatternConversion()
Gets the pattern conversion of the console appender.
|
java.lang.String |
getSource()
Gets the NT eventlog's source name.
|
void |
setLayout(java.lang.String layout)
Sets the layout of the console appender.
|
void |
setPatternConversion(java.lang.String pattern)
Sets the appender's pattern conversion.
|
void |
setSource(java.lang.String source)
Sets the NT eventlog's source name.
|
getName, getThreshold, isSelected, setSelected, setThresholdjava.lang.String getLayout()
throws java.rmi.RemoteException
"Pattern"
"HTML"
"XML"
"TTCC"
"Simple"
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.void setLayout(java.lang.String layout)
throws java.rmi.RemoteException
layout - the new layout value.java.rmi.RemoteException - if communication-related error occurs during RMI call execution.java.lang.String getPatternConversion()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.void setPatternConversion(java.lang.String pattern)
throws java.rmi.RemoteException
setLayout should be invoked first before attempting to invoke this method.pattern - the pattern conversion value.java.rmi.RemoteException - if communication-related error occurs during RMI call execution.java.lang.String getSource()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.void setSource(java.lang.String source)
throws java.rmi.RemoteException
source - the NT eventlog's source name.java.rmi.RemoteException - if communication-related error occurs during RMI call execution.