public class NoOpNutsLoggerOp extends Object implements NutsLoggerOp
| Modifier and Type | Field and Description |
|---|---|
static NoOpNutsLoggerOp |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
NutsLoggerOp |
error(Throwable error) |
NutsLoggerOp |
formatted() |
NutsLoggerOp |
formatted(boolean value) |
NutsLoggerOp |
level(Level level) |
void |
log(String msg,
Object... params) |
void |
log(Supplier<String> msgSupplier) |
NutsLoggerOp |
session(NutsSession session) |
NutsLoggerOp |
style(NutsTextFormatStyle style) |
NutsLoggerOp |
time(long time) |
NutsLoggerOp |
verb(NutsLogVerb verb) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic static final NoOpNutsLoggerOp INSTANCE
public NutsLoggerOp verb(NutsLogVerb verb)
verb in interface NutsLoggerOppublic NutsLoggerOp error(Throwable error)
error in interface NutsLoggerOppublic void log(String msg, Object... params)
log in interface NutsLoggerOppublic void log(Supplier<String> msgSupplier)
log in interface NutsLoggerOppublic NutsLoggerOp formatted(boolean value)
formatted in interface NutsLoggerOppublic NutsLoggerOp formatted()
formatted in interface NutsLoggerOppublic NutsLoggerOp time(long time)
time in interface NutsLoggerOppublic NutsLoggerOp level(Level level)
level in interface NutsLoggerOppublic NutsLoggerOp style(NutsTextFormatStyle style)
style in interface NutsLoggerOppublic NutsLoggerOp session(NutsSession session)
session in interface NutsLoggerOpCopyright © 2021 vpc open source initiative. All rights reserved.