public class GelfUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MDC_REQUEST_DURATION
Profiling Duration in MDC.
|
static String |
MDC_REQUEST_DURATION_MILLIS |
static String |
MDC_REQUEST_END
Profiling End in MDC.
|
static String |
MDC_REQUEST_START_MS
Profiling Start in MDC (msec).
|
Modifier and Type | Method and Description |
---|---|
static void |
addMdcProfiling(LogEvent logEvent,
GelfMessage gelfMessage) |
static Set<String> |
getMatchingMdcNames(DynamicMdcMessageField field,
Set<String> mdcNames) |
static String |
getSimpleClassName(String className) |
public static final String MDC_REQUEST_START_MS
public static final String MDC_REQUEST_END
public static final String MDC_REQUEST_DURATION
public static final String MDC_REQUEST_DURATION_MILLIS
public static void addMdcProfiling(LogEvent logEvent, GelfMessage gelfMessage)
public static Set<String> getMatchingMdcNames(DynamicMdcMessageField field, Set<String> mdcNames)
Copyright © 2013–2023. All rights reserved.