Class RequestLoggingContextInjector
- java.lang.Object
-
- org.curioswitch.common.server.framework.logging.RequestLoggingContextInjector
-
- All Implemented Interfaces:
org.apache.logging.log4j.core.ContextDataInjector
public class RequestLoggingContextInjector extends java.lang.Object implements org.apache.logging.log4j.core.ContextDataInjector
-
-
Constructor Summary
Constructors Constructor Description RequestLoggingContextInjector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.logging.log4j.util.StringMap
injectContextData(java.util.List<org.apache.logging.log4j.core.config.Property> properties, org.apache.logging.log4j.util.StringMap reusable)
org.apache.logging.log4j.util.ReadOnlyStringMap
rawContextData()
-
-
-
Method Detail
-
injectContextData
public org.apache.logging.log4j.util.StringMap injectContextData(java.util.List<org.apache.logging.log4j.core.config.Property> properties, org.apache.logging.log4j.util.StringMap reusable)
- Specified by:
injectContextData
in interfaceorg.apache.logging.log4j.core.ContextDataInjector
-
rawContextData
public org.apache.logging.log4j.util.ReadOnlyStringMap rawContextData()
- Specified by:
rawContextData
in interfaceorg.apache.logging.log4j.core.ContextDataInjector
-
-