java.lang.Object
org.scoja.server.target.StandartEventWriter
- All Implemented Interfaces:
- org.scoja.server.template.EventWriter
- public class StandartEventWriter
- extends java.lang.Object
- implements org.scoja.server.template.EventWriter
Implements the standard Syslog output format in a wire way.
All org.scoja.server.core.Event subclases are supposed to
implement this standard format with method
Event.writeTo(PrintWriter)>Event.writeTo(PrintWriter) 55 .
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
singleton
protected static final StandartEventWriter singleton
StandartEventWriter
public StandartEventWriter()
getInstance
public static StandartEventWriter getInstance()
writeTo
public void writeTo(java.io.PrintWriter out,
org.scoja.server.core.EventContext evn)
- Specified by:
writeTo in interface org.scoja.server.template.EventWriter