public class DefaultNLog extends Object implements net.thevpc.nuts.log.NLog
| Constructor and Description |
|---|
DefaultNLog(Class<?> log) |
DefaultNLog(Class<?> log,
boolean suspended) |
DefaultNLog(Logger log) |
DefaultNLog(String log) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
getFilter() |
boolean |
isLoggable(Level level) |
void |
log(Level level,
net.thevpc.nuts.log.NLogVerb verb,
net.thevpc.nuts.util.NMsg msg,
Throwable thrown) |
void |
log(Level level,
net.thevpc.nuts.log.NLogVerb verb,
Supplier<net.thevpc.nuts.util.NMsg> msgSupplier,
Supplier<Throwable> errorSupplier) |
void |
log(LogRecord record) |
void |
resumeTerminal() |
void |
suspendTerminal() |
net.thevpc.nuts.log.NLogOp |
with() |
public DefaultNLog(Class<?> log, boolean suspended)
public DefaultNLog(Class<?> log)
public DefaultNLog(String log)
public DefaultNLog(Logger log)
public Filter getFilter()
public boolean isLoggable(Level level)
isLoggable in interface net.thevpc.nuts.log.NLogpublic void log(Level level, net.thevpc.nuts.log.NLogVerb verb, net.thevpc.nuts.util.NMsg msg, Throwable thrown)
log in interface net.thevpc.nuts.log.NLogpublic void log(Level level, net.thevpc.nuts.log.NLogVerb verb, Supplier<net.thevpc.nuts.util.NMsg> msgSupplier, Supplier<Throwable> errorSupplier)
log in interface net.thevpc.nuts.log.NLogpublic net.thevpc.nuts.log.NLogOp with()
with in interface net.thevpc.nuts.log.NLogpublic void log(LogRecord record)
log in interface net.thevpc.nuts.log.NLogpublic void suspendTerminal()
public void resumeTerminal()
Copyright © 2025 vpc open source initiative. All rights reserved.