public class NLogConsoleHandler extends StreamHandler
| Constructor and Description |
|---|
NLogConsoleHandler(net.thevpc.nuts.io.NPrintStream out,
boolean closeable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(LogRecord record) |
net.thevpc.nuts.io.NPrintStream |
out() |
void |
publish(LogRecord record) |
void |
setOutputStream(net.thevpc.nuts.io.NPrintStream out,
boolean closable) |
close, flush, setEncoding, setOutputStreamgetEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevelpublic NLogConsoleHandler(net.thevpc.nuts.io.NPrintStream out,
boolean closeable)
public void setOutputStream(net.thevpc.nuts.io.NPrintStream out,
boolean closable)
throws SecurityException
SecurityExceptionpublic net.thevpc.nuts.io.NPrintStream out()
public boolean isLoggable(LogRecord record)
isLoggable in class StreamHandlerpublic void publish(LogRecord record)
publish in class StreamHandlerCopyright © 2025 vpc open source initiative. All rights reserved.