public class DefaultNLogs extends Object implements net.thevpc.nuts.log.NLogs
| Constructor and Description |
|---|
DefaultNLogs() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
callInScope(net.thevpc.nuts.log.NLogScope context,
net.thevpc.nuts.concurrent.NCallable<T> callable) |
net.thevpc.nuts.log.NLogScope |
context() |
net.thevpc.nuts.log.NLog |
createCustomLogger(String name,
net.thevpc.nuts.log.NLogSPI spi) |
Level |
fileLevel() |
net.thevpc.nuts.log.NLogs |
fileLevel(Level level) |
net.thevpc.nuts.log.NLog |
getLogger(Logger logger) |
net.thevpc.nuts.log.NLog |
getLogger(String name) |
DefaultNLogModel |
getModel() |
net.thevpc.nuts.log.NLogScope |
newContext() |
net.thevpc.nuts.log.NLog |
nullLogger() |
void |
runInScope(net.thevpc.nuts.log.NLogScope context,
Runnable runnable) |
Level |
termLevel() |
net.thevpc.nuts.log.NLogs |
termLevel(Level level) |
public net.thevpc.nuts.log.NLogScope newContext()
newContext in interface net.thevpc.nuts.log.NLogspublic net.thevpc.nuts.log.NLogScope context()
context in interface net.thevpc.nuts.log.NLogspublic void runInScope(net.thevpc.nuts.log.NLogScope context,
Runnable runnable)
runInScope in interface net.thevpc.nuts.log.NLogspublic <T> T callInScope(net.thevpc.nuts.log.NLogScope context,
net.thevpc.nuts.concurrent.NCallable<T> callable)
callInScope in interface net.thevpc.nuts.log.NLogspublic net.thevpc.nuts.log.NLog getLogger(String name)
getLogger in interface net.thevpc.nuts.log.NLogspublic net.thevpc.nuts.log.NLog getLogger(Logger logger)
getLogger in interface net.thevpc.nuts.log.NLogspublic net.thevpc.nuts.log.NLog nullLogger()
nullLogger in interface net.thevpc.nuts.log.NLogspublic net.thevpc.nuts.log.NLog createCustomLogger(String name, net.thevpc.nuts.log.NLogSPI spi)
createCustomLogger in interface net.thevpc.nuts.log.NLogspublic Level termLevel()
termLevel in interface net.thevpc.nuts.log.NLogspublic net.thevpc.nuts.log.NLogs termLevel(Level level)
termLevel in interface net.thevpc.nuts.log.NLogspublic Level fileLevel()
fileLevel in interface net.thevpc.nuts.log.NLogspublic net.thevpc.nuts.log.NLogs fileLevel(Level level)
fileLevel in interface net.thevpc.nuts.log.NLogspublic DefaultNLogModel getModel()
Copyright © 2026 vpc open source initiative. All rights reserved.