- All Known Subclasses:
-
JulStandardErrorOutputConsoleHandler, JulStandardOutputConsoleHandler
@org.eclipse.xtext.xbase.lib.XbaseGenerated
class JulOutputStreamConsoleHandler
extends java.lang.Object
A console handler that supports to be link to the standard output or the standard error output.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Constructor Summary
Action Summary
Constructor Details
- new(PrintStream,[Formatter])
-
new(PrintStream,[Formatter])
Constructor.
- Parameters:
-
stream -
Action Details
- isLoggable(LogRecord)
-
def isLoggable(LogRecord) : boolean
- isLoggableRecord(Level)
-
protected def isLoggableRecord(Level) : boolean
Replies if the given log level is loggable.
- Parameters:
-
recordLevel -
- Returns:
-
- publish(LogRecord)
-
def publish(LogRecord)