public final class NLogScopeImpl extends Object implements net.thevpc.nuts.log.NLogScope
| Modifier and Type | Field and Description |
|---|---|
static net.thevpc.nuts.log.NLogScope |
BLANK |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPlaceholder(String name) |
boolean |
isBlank() |
net.thevpc.nuts.log.NLog |
log() |
net.thevpc.nuts.log.NLogScope |
mergedWith(net.thevpc.nuts.log.NLogScope other) |
net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> |
messagePrefix() |
net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> |
messageSuffix() |
Map<String,Supplier<?>> |
placeholders() |
net.thevpc.nuts.log.NLogScope |
withLog(net.thevpc.nuts.log.NLog logger) |
net.thevpc.nuts.log.NLogScope |
withLog(net.thevpc.nuts.log.NLogSPI logger) |
net.thevpc.nuts.log.NLogScope |
withLog(String name,
net.thevpc.nuts.log.NLogSPI logger) |
net.thevpc.nuts.log.NLogScope |
withMessagePrefix(net.thevpc.nuts.text.NMsg prefix) |
net.thevpc.nuts.log.NLogScope |
withMessagePrefix(net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> prefix) |
net.thevpc.nuts.log.NLogScope |
withMessageSuffix(net.thevpc.nuts.text.NMsg suffix) |
net.thevpc.nuts.log.NLogScope |
withMessageSuffix(net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> suffix) |
NLogScopeImpl |
withPlaceholder(String key,
Object value) |
net.thevpc.nuts.log.NLogScope |
withPlaceholders(Map<String,?> map) |
net.thevpc.nuts.log.NLogScope |
withPlaceholderSupplier(String key,
Supplier<?> supplier) |
net.thevpc.nuts.log.NLogScope |
withPlaceholderSuppliers(Map<String,Supplier<?>> map) |
public Map<String,Supplier<?>> placeholders()
placeholders in interface net.thevpc.nuts.log.NLogScopepublic Object getPlaceholder(String name)
getPlaceholder in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withLog(net.thevpc.nuts.log.NLog logger)
withLog in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withLog(net.thevpc.nuts.log.NLogSPI logger)
withLog in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withLog(String name, net.thevpc.nuts.log.NLogSPI logger)
withLog in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withMessagePrefix(net.thevpc.nuts.text.NMsg prefix)
withMessagePrefix in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withMessageSuffix(net.thevpc.nuts.text.NMsg suffix)
withMessageSuffix in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withMessagePrefix(net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> prefix)
withMessagePrefix in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withMessageSuffix(net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> suffix)
withMessageSuffix in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withPlaceholders(Map<String,?> map)
withPlaceholders in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withPlaceholderSuppliers(Map<String,Supplier<?>> map)
withPlaceholderSuppliers in interface net.thevpc.nuts.log.NLogScopepublic NLogScopeImpl withPlaceholder(String key, Object value)
withPlaceholder in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope withPlaceholderSupplier(String key, Supplier<?> supplier)
withPlaceholderSupplier in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.log.NLogScope mergedWith(net.thevpc.nuts.log.NLogScope other)
mergedWith in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> messagePrefix()
messagePrefix in interface net.thevpc.nuts.log.NLogScopepublic net.thevpc.nuts.text.NMsgSupplier<net.thevpc.nuts.text.NMsg> messageSuffix()
messageSuffix in interface net.thevpc.nuts.log.NLogScopepublic boolean isBlank()
isBlank in interface net.thevpc.nuts.log.NLogScopeisBlank in interface net.thevpc.nuts.util.NBlankablepublic net.thevpc.nuts.log.NLog log()
log in interface net.thevpc.nuts.log.NLogScopeCopyright © 2026 vpc open source initiative. All rights reserved.