public class NoOpNutsLoggerOp extends Object implements net.thevpc.nuts.NutsLoggerOp
| Modifier and Type | Field and Description |
|---|---|
static NoOpNutsLoggerOp |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsLoggerOp |
error(Throwable error) |
boolean |
isLoggable(Level level) |
net.thevpc.nuts.NutsLoggerOp |
level(Level level) |
void |
log(net.thevpc.nuts.NutsMessage msg) |
void |
log(Supplier<net.thevpc.nuts.NutsMessage> msgSupplier) |
net.thevpc.nuts.NutsLoggerOp |
session(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsLoggerOp |
time(long time) |
net.thevpc.nuts.NutsLoggerOp |
verb(net.thevpc.nuts.NutsLogVerb verb) |
public static final NoOpNutsLoggerOp INSTANCE
public net.thevpc.nuts.NutsLoggerOp verb(net.thevpc.nuts.NutsLogVerb verb)
verb in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp error(Throwable error)
error in interface net.thevpc.nuts.NutsLoggerOppublic void log(net.thevpc.nuts.NutsMessage msg)
log in interface net.thevpc.nuts.NutsLoggerOppublic void log(Supplier<net.thevpc.nuts.NutsMessage> msgSupplier)
log in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp time(long time)
time in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp level(Level level)
level in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp session(net.thevpc.nuts.NutsSession session)
session in interface net.thevpc.nuts.NutsLoggerOppublic boolean isLoggable(Level level)
isLoggable in interface net.thevpc.nuts.NutsLoggerOpCopyright © 2022 vpc open source initiative. All rights reserved.