|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteConfigLogger
The RemoteConfigLogger
takes charge of
managing and associating logger's properties.
Method Summary | |
---|---|
java.util.Vector |
getAppenders()
Gets all output destinations (log4j's appenders) provided by JReport Server loggers. |
java.lang.String |
getDescription()
Gets the logger description. |
java.lang.String |
getErrorLevel()
Gets the logger's error level. |
java.lang.String |
getLevel()
Deprecated. Please use customized error/trace level methods. |
java.lang.String |
getName()
Gets the logger's displayed name. |
java.lang.String |
getTraceLevel()
Gets the logger's trace level. |
boolean |
isAdditivity()
Judges whether the additivity of the logger is true. |
void |
setAdditivity(boolean value)
Sets the logger's property if it has been changed. |
void |
setErrorLevel(java.lang.String value)
Sets the logger's error level value. |
void |
setLevel(java.lang.String value)
Sets the logger level value. |
void |
setTraceLevel(java.lang.String value)
Sets the logger's trace level value. |
Method Detail |
---|
java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.java.lang.String getDescription() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.java.lang.String getErrorLevel() throws java.rmi.RemoteException
"FATAL"
"ERROR"
"WARN"
java.rmi.RemoteException
- will be thrown if error occurs.java.lang.String getTraceLevel() throws java.rmi.RemoteException
"OUTLINE"
"INFO"
"TRIVIAL"
"ALL"
java.rmi.RemoteException
- will be thrown if error occurs.void setErrorLevel(java.lang.String value) throws java.rmi.RemoteException
value,
- the specified level value.
java.rmi.RemoteException
- will be thrown if error occurs.void setTraceLevel(java.lang.String value) throws java.rmi.RemoteException
value,
- the specified level value.
java.rmi.RemoteException
- will be thrown if error occurs.void setLevel(java.lang.String value) throws java.rmi.RemoteException
value,
- the specified level value.
java.rmi.RemoteException
- will be thrown if error occurs.boolean isAdditivity() throws java.rmi.RemoteException
java.rmi.RemoteException
void setAdditivity(boolean value) throws java.rmi.RemoteException
value
- the new Additivity boolean value.
java.rmi.RemoteException
java.util.Vector getAppenders() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getLevel() throws java.rmi.RemoteException
"OFF"
"FATAL"
"ERROR"
"WARN"
"INFO"
"DEBUG"
"ALL"
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |