|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigConsoleAppender
The RemoteConfigConsoleAppender takes charge of
managing console appender specific properties.
| Field Summary | |
|---|---|
static java.lang.String |
TARGET_ERR
Property for specify target system err for console appender. |
static java.lang.String |
TARGET_OUT
Property for specifying the target system out for console appender. |
static java.lang.String[] |
TARGETS
All targets supported by the console appender contain TARGET_OUT,TARGET_ERR . |
| Fields inherited from interface jet.server.api.rmi.admin.cfg.logger.RemoteConfigAppender |
|---|
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 |
| Method Summary | |
|---|---|
java.lang.String |
getLayout()
Gets the layout of the telnet appender. |
java.lang.String |
getPatternConversion()
Gets the pattern conversion of the telnet appender. |
java.lang.String |
getTarget()
Gets the console appender target. |
void |
setLayout(java.lang.String layout)
Sets the layout of the telnet appender. |
void |
setPatternConversion(java.lang.String pattern)
Sets the appender's pattern conversion. |
void |
setTarget(java.lang.String target)
Sets the console appender's target. |
| Methods inherited from interface jet.server.api.rmi.admin.cfg.logger.RemoteConfigAppender |
|---|
getName, getThreshold, isSelected, setSelected, setThreshold |
| Field Detail |
|---|
static final java.lang.String TARGET_OUT
static final java.lang.String TARGET_ERR
static final java.lang.String[] TARGETS
| Method Detail |
|---|
java.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 getTarget()
throws java.rmi.RemoteException
"System.out"
"System.err"
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setTarget(java.lang.String target)
throws java.rmi.RemoteException
target - the target of the console appender.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||