public class DefaultNutsLoggerOp extends Object implements net.thevpc.nuts.NutsLoggerOp
| Constructor and Description |
|---|
DefaultNutsLoggerOp(DefaultNutsLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsLoggerOp |
error(Throwable error) |
net.thevpc.nuts.NutsLoggerOp |
formatted() |
net.thevpc.nuts.NutsLoggerOp |
formatted(boolean value) |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsLoggerOp |
level(Level level) |
void |
log(String msg,
Object... params) |
void |
log(Supplier<String> msgSupplier) |
net.thevpc.nuts.NutsLoggerOp |
session(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsLoggerOp |
style(net.thevpc.nuts.NutsTextFormatStyle style) |
net.thevpc.nuts.NutsLoggerOp |
time(long time) |
net.thevpc.nuts.NutsLoggerOp |
verb(net.thevpc.nuts.NutsLogVerb verb) |
public static final Object[] OBJECTS0
public DefaultNutsLoggerOp(DefaultNutsLogger logger)
public net.thevpc.nuts.NutsSession getSession()
public net.thevpc.nuts.NutsLoggerOp session(net.thevpc.nuts.NutsSession session)
session in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp formatted(boolean value)
formatted in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp formatted()
formatted in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp verb(net.thevpc.nuts.NutsLogVerb verb)
verb in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp level(Level level)
level in interface net.thevpc.nuts.NutsLoggerOppublic net.thevpc.nuts.NutsLoggerOp error(Throwable error)
error in interface net.thevpc.nuts.NutsLoggerOppublic void log(String msg, Object... params)
log in interface net.thevpc.nuts.NutsLoggerOppublic void log(Supplier<String> 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 style(net.thevpc.nuts.NutsTextFormatStyle style)
style in interface net.thevpc.nuts.NutsLoggerOpCopyright © 2021 vpc open source initiative. All rights reserved.