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.StringMapinjectContextData(java.util.List<org.apache.logging.log4j.core.config.Property> properties, org.apache.logging.log4j.util.StringMap reusable)org.apache.logging.log4j.util.ReadOnlyStringMaprawContextData() 
 - 
 
- 
- 
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:
 injectContextDatain interfaceorg.apache.logging.log4j.core.ContextDataInjector
 
- 
rawContextData
public org.apache.logging.log4j.util.ReadOnlyStringMap rawContextData()
- Specified by:
 rawContextDatain interfaceorg.apache.logging.log4j.core.ContextDataInjector
 
 - 
 
 -