public class ControlCharactersEscapedLoggingEvent
extends org.apache.log4j.spi.LoggingEvent
Constructor and Description |
---|
ControlCharactersEscapedLoggingEvent(org.apache.log4j.spi.LoggingEvent loggingEvent) |
Modifier and Type | Method and Description |
---|---|
static String |
escapeJson(String message)
Ported from
StringBuilders.escapeJson(StringBuilder, int) in log4j 2.19.0 |
String |
getRenderedMessage() |
static char |
getUpperCaseHex(int digit)
Copy from
Chars.getUpperCaseHex(int) in log4j 2.19.0 |
getFQNOfLoggerClass, getLevel, getLocationInformation, getLogger, getLoggerName, getMDC, getMDCCopy, getMessage, getNDC, getProperties, getProperty, getPropertyKeySet, getStartTime, getThreadName, getThrowableInformation, getThrowableStrRep, getTimeStamp, locationInformationExists, removeProperty, setProperty
public ControlCharactersEscapedLoggingEvent(org.apache.log4j.spi.LoggingEvent loggingEvent)
public String getRenderedMessage()
getRenderedMessage
in class org.apache.log4j.spi.LoggingEvent
public static String escapeJson(String message)
StringBuilders.escapeJson(StringBuilder, int)
in log4j 2.19.0message
- public static char getUpperCaseHex(int digit)
Chars.getUpperCaseHex(int)
in log4j 2.19.0Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences