|
||||||||||
| 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.LogHandlerDefault
LogHandlerDefault
| Field Summary |
| Fields inherited from class at.spardat.xma.boot.logger.LogHandlerBase |
args, format, formatter, props, separator |
| Constructor Summary | |
protected |
LogHandlerDefault()
|
| Method Summary | |
void |
close()
|
void |
publish(LogRecord record)
Publish a LogRecord. |
| Methods inherited from class at.spardat.xma.boot.logger.LogHandlerBase |
format, setProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface at.spardat.xma.boot.logger.ILogHandler |
setProperties |
| Constructor Detail |
protected LogHandlerDefault()
| Method Detail |
public 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 close()
close in interface ILogHandlerclose in class LogHandlerBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||