|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Central logger for all log generated during SOAP Framework life
| Field Summary | |
static java.lang.String |
LOGGER_NAME
|
| Method Summary | |
void |
activeLogger(boolean flag)
active the logger note: if logger is activated by this way the config service property will not be updated. |
void |
close()
close the loger |
java.lang.String |
getContentLog()
Gest the content of the log |
java.lang.String |
getPathFile()
Gets the path file of the log file |
boolean |
isActive()
is Active |
void |
writeInfo(java.lang.Object actor,
java.lang.String message)
write information in the logger |
void |
writeInfo(java.lang.Object actor,
java.lang.String message,
java.lang.Exception ex)
write information in the logger |
void |
writeInfo(java.lang.Object actor,
java.lang.String message,
javax.xml.soap.SOAPMessage soapmsg)
write information in the logger |
| Field Detail |
public static final java.lang.String LOGGER_NAME
| Method Detail |
public void writeInfo(java.lang.Object actor,
java.lang.String message)
actor - the actor of the logmessage - the message
public void writeInfo(java.lang.Object actor,
java.lang.String message,
java.lang.Exception ex)
actor - the actor of the logmessage - the messageex - the exception to log
public void writeInfo(java.lang.Object actor,
java.lang.String message,
javax.xml.soap.SOAPMessage soapmsg)
actor - the actor of the logmessage - the messagesoapmsg - the current SOAPMessagepublic java.lang.String getContentLog()
public boolean isActive()
public void activeLogger(boolean flag)
flag - the value of the active logger (true if activated, false else)public void close()
public java.lang.String getPathFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||