public final class LoggingOutputStream extends WriterOutputStream
OutputStream
which writes to a LoggingWriter
.Constructor and Description |
---|
LoggingOutputStream(Logger log,
Level level)
Construct a new instance.
|
LoggingOutputStream(String category,
Level level)
Construct a new instance.
|
LoggingOutputStream(String category,
String levelName)
Construct a new instance.
|
public LoggingOutputStream(String category, String levelName)
category
- the log category to uselevelName
- the name of the level at which to log messagespublic LoggingOutputStream(String category, Level level)
category
- the log category to uselevel
- the level at which to log messagesCopyright © 2013 JBoss, a division of Red Hat, Inc.