public class NoOpNLogOp extends Object implements net.thevpc.nuts.log.NLogOp
| Modifier and Type | Field and Description |
|---|---|
static NoOpNLogOp |
INSTANCE |
| 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 msg) |
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 static final NoOpNLogOp INSTANCE
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 error(Throwable error)
error in interface net.thevpc.nuts.log.NLogOppublic void log(net.thevpc.nuts.util.NMsg msg)
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 net.thevpc.nuts.log.NLogOp level(Level level)
level 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.