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(NMsg msg) |
static String |
formatClassName(String className) |
static String |
logLevel(Level l) |
static String |
logVerb(String l) |
static NSession |
resolveSession(LogRecord record) |
static NLogRecord |
toNutsLogRecord(LogRecord record) |
static void |
traceMessage(NLog log,
Level lvl,
String name,
NFetchMode fetchMode,
NId id,
NMsgIntent tracePhase,
String title,
long startTime,
NMsg extraMsg) |
static void |
traceMessage(NLog log,
NFetchStrategy fetchMode,
NId id,
NMsgIntent tracePhase,
String message,
long startTime) |
public static final String LINE_SEPARATOR
public static NLogRecord toNutsLogRecord(LogRecord record)
public static void ensureSize(StringBuilder sb, int size)
public static void traceMessage(NLog log, Level lvl, String name, NFetchMode fetchMode, NId id, NMsgIntent tracePhase, String title, long startTime, NMsg extraMsg)
public static void traceMessage(NLog log, NFetchStrategy fetchMode, NId id, NMsgIntent tracePhase, String message, long startTime)
Copyright © 2025 vpc open source initiative. All rights reserved.