public class LogUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_LOGGER |
Constructor and Description |
---|
LogUtil() |
Modifier and Type | Method and Description |
---|---|
static org.apache.logging.log4j.Logger |
getLogger(Class<?> clazz) |
static org.apache.logging.log4j.Logger |
getLogger(Object owner) |
static org.apache.logging.log4j.Logger |
getLogger(String name) |
static org.apache.logging.log4j.Logger |
getMsgLogger(IAdapter adapter)
Must be called during configure after setName has been set!
|
static org.apache.logging.log4j.Logger |
getMsgLogger(IAdapter adapter,
INamedObject object)
Must be called during configure after setName has been set!
|
static org.apache.logging.log4j.Logger |
getRootLogger() |
static org.apache.logging.log4j.CloseableThreadContext.Instance |
getThreadContext(IAdapter adapter,
String messageId,
PipeLineSession session) |
static void |
setIdsToThreadContext(org.apache.logging.log4j.CloseableThreadContext.Instance ctc,
String messageId,
String correlationId) |
public static final String MESSAGE_LOGGER
public static org.apache.logging.log4j.Logger getRootLogger()
public static org.apache.logging.log4j.Logger getLogger(String name)
public static org.apache.logging.log4j.Logger getLogger(Class<?> clazz)
public static org.apache.logging.log4j.Logger getLogger(Object owner)
public static org.apache.logging.log4j.Logger getMsgLogger(IAdapter adapter)
public static org.apache.logging.log4j.Logger getMsgLogger(IAdapter adapter, INamedObject object)
public static org.apache.logging.log4j.CloseableThreadContext.Instance getThreadContext(IAdapter adapter, String messageId, PipeLineSession session)
Copyright © 2023 Frank!Framework. All rights reserved.