- All Implemented Interfaces:
Output
-
Constructor Summary
Constructors
-
Method Summary
void
Writes the given event to the internal log file.
void
Writes the given event to the log file.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PrintOutput
public PrintOutput()
-
Method Details
-
write
Description copied from interface: Output
Writes the given event to the internal log file.
- Specified by:
write
in interface Output
- Parameters:
loghandler
- the LogHandler to use for writing the event.
event
- the event to write.
-
write
Description copied from interface: Output
Writes the given event to the log file.
- Specified by:
write
in interface Output
- Parameters:
internalEventManager
- the InternalEventManager to use for writing the event.
event
- the event to write.