public final class LoggingWriter extends AbstractLoggingWriter
Constructor and Description |
---|
LoggingWriter(Logger log,
Level level)
Construct a new instance.
|
LoggingWriter(String category,
Level level)
Construct a new instance.
|
LoggingWriter(String category,
String levelName)
Construct a new instance.
|
public LoggingWriter(String category, String levelName)
category
- the log category to uselevelName
- the name of the level at which to log messagespublic LoggingWriter(String category, Level level)
category
- the log category to uselevel
- the level at which to log messagesprotected Logger getLogger()
getLogger
in class AbstractLoggingWriter
protected Level getLevel()
getLevel
in class AbstractLoggingWriter
Copyright © 2010 JBoss, a division of Red Hat, Inc.