- All Implemented Interfaces:
Target
public class OutputStreamTarget
extends Object
implements Target
Target, welches in einen OutputStream schreibt.
-
Constructor Summary
Constructors
-
Method Summary
void
void
Schreibt die uebergebene Nachricht in das Logging-Target.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OutputStreamTarget
ct.
- Parameters:
os
- OutputStream, in den geschrieben werden soll.
-
Method Details
-
write
Description copied from interface: Target
Schreibt die uebergebene Nachricht in das Logging-Target.
- Specified by:
write
in interface Target
- Parameters:
message
- zu loggende Nachricht.
- Throws:
Exception
- See Also:
-
-
close
Description copied from interface: Target
Schliesst das Target.
- Specified by:
close
in interface Target
- Throws:
Exception
- See Also:
-