public class NLogUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LINE_SEPARATOR |
| Constructor and Description |
|---|
NLogUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ensureSize(StringBuilder sb,
int size) |
static String |
filterLogText(net.thevpc.nuts.util.NMsg msg) |
static String |
formatClassName(String className) |
static String |
logLevel(Level l) |
static String |
logVerb(String l) |
static net.thevpc.nuts.NSession |
resolveSession(LogRecord record) |
static net.thevpc.nuts.log.NLogRecord |
toNutsLogRecord(LogRecord record) |
static void |
traceMessage(net.thevpc.nuts.log.NLog log,
Level lvl,
String name,
net.thevpc.nuts.NFetchMode fetchMode,
net.thevpc.nuts.NId id,
net.thevpc.nuts.log.NLogVerb tracePhase,
String title,
long startTime,
net.thevpc.nuts.util.NMsg extraMsg) |
static void |
traceMessage(net.thevpc.nuts.log.NLog log,
net.thevpc.nuts.NFetchStrategy fetchMode,
net.thevpc.nuts.NId id,
net.thevpc.nuts.log.NLogVerb tracePhase,
String message,
long startTime) |
public static final String LINE_SEPARATOR
public static String filterLogText(net.thevpc.nuts.util.NMsg msg)
public static net.thevpc.nuts.log.NLogRecord toNutsLogRecord(LogRecord record)
public static void ensureSize(StringBuilder sb, int size)
public static final net.thevpc.nuts.NSession resolveSession(LogRecord record)
public static void traceMessage(net.thevpc.nuts.log.NLog log,
Level lvl,
String name,
net.thevpc.nuts.NFetchMode fetchMode,
net.thevpc.nuts.NId id,
net.thevpc.nuts.log.NLogVerb tracePhase,
String title,
long startTime,
net.thevpc.nuts.util.NMsg extraMsg)
public static void traceMessage(net.thevpc.nuts.log.NLog log,
net.thevpc.nuts.NFetchStrategy fetchMode,
net.thevpc.nuts.NId id,
net.thevpc.nuts.log.NLogVerb tracePhase,
String message,
long startTime)
Copyright © 2025 vpc open source initiative. All rights reserved.