|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.boot.logger.LogHandlerBase
at.spardat.xma.boot.logger.LogHandlerFile
LogHandlerDefault
| Field Summary |
| Fields inherited from class at.spardat.xma.boot.logger.LogHandlerBase |
args, format, formatter, props, separator |
| Constructor Summary | |
protected |
LogHandlerFile()
|
| Method Summary | |
void |
close()
|
java.lang.String |
getLogFileName()
Get the full qualified name of the used log file. |
void |
publish(LogRecord record)
Publish a LogRecord. |
void |
setProperties(java.util.Properties in)
|
void |
writeToDisk(java.lang.String strMessage)
|
| Methods inherited from class at.spardat.xma.boot.logger.LogHandlerBase |
format |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected LogHandlerFile()
| Method Detail |
public void setProperties(java.util.Properties in)
setProperties in interface ILogHandlersetProperties in class LogHandlerBasepublic void publish(LogRecord record)
ILogHandlerThe logging request was made initially to a Logger object, which initialized the LogRecord and forwarded it here.
The Handler is responsible for formatting the message, when and if necessary. The formatting should include localization.
publish in interface ILogHandlerpublish in class LogHandlerBasepublic void writeToDisk(java.lang.String strMessage)
public void close()
close in interface ILogHandlerclose in class LogHandlerBasepublic java.lang.String getLogFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||