|
||||||||||
| 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.DefaultHandler
DefaultHandler
| Field Summary |
| Fields inherited from class at.spardat.xma.boot.logger.LogHandlerBase |
args, format, formatter, props, separator |
| Constructor Summary | |
protected |
DefaultHandler()
|
| Method Summary | |
void |
close()
|
void |
publish(LogRecord record)
Publish a LogRecord. |
void |
setProperties(java.util.Properties in)
|
| 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 DefaultHandler()
| 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 LogHandlerBasepublic void setProperties(java.util.Properties in)
setProperties in interface ILogHandlersetProperties in class LogHandlerBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||