public class DefaultNLogOp extends Object implements net.thevpc.nuts.log.NLogOp
| Constructor and Description |
|---|
DefaultNLogOp(DefaultNLog logger) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.log.NLogOp |
error(Throwable error) |
boolean |
isLoggable(Level level) |
net.thevpc.nuts.log.NLogOp |
level(Level level) |
void |
log(net.thevpc.nuts.util.NMsg message) |
void |
log(Supplier<net.thevpc.nuts.util.NMsg> msgSupplier) |
net.thevpc.nuts.log.NLogOp |
time(long time) |
net.thevpc.nuts.log.NLogOp |
verb(net.thevpc.nuts.log.NLogVerb verb) |
public DefaultNLogOp(DefaultNLog logger)
public net.thevpc.nuts.log.NLogOp verb(net.thevpc.nuts.log.NLogVerb verb)
verb in interface net.thevpc.nuts.log.NLogOppublic net.thevpc.nuts.log.NLogOp level(Level level)
level in interface net.thevpc.nuts.log.NLogOppublic net.thevpc.nuts.log.NLogOp error(Throwable error)
error in interface net.thevpc.nuts.log.NLogOppublic void log(net.thevpc.nuts.util.NMsg message)
log in interface net.thevpc.nuts.log.NLogOppublic void log(Supplier<net.thevpc.nuts.util.NMsg> msgSupplier)
log in interface net.thevpc.nuts.log.NLogOppublic net.thevpc.nuts.log.NLogOp time(long time)
time in interface net.thevpc.nuts.log.NLogOppublic boolean isLoggable(Level level)
isLoggable in interface net.thevpc.nuts.log.NLogOpCopyright © 2025 vpc open source initiative. All rights reserved.