public class ContextNameKeyingStrategy extends ch.qos.logback.core.spi.ContextAwareBase implements KeyingStrategy<ch.qos.logback.classic.spi.ILoggingEvent>
| Constructor and Description |
|---|
ContextNameKeyingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createKey(ch.qos.logback.classic.spi.ILoggingEvent e)
creates a byte array key for the given
ILoggingEvent |
void |
setContext(ch.qos.logback.core.Context context) |
public void setContext(ch.qos.logback.core.Context context)
setContext in interface ch.qos.logback.core.spi.ContextAwaresetContext in class ch.qos.logback.core.spi.ContextAwareBasepublic byte[] createKey(ch.qos.logback.classic.spi.ILoggingEvent e)
KeyingStrategyILoggingEventcreateKey in interface KeyingStrategy<ch.qos.logback.classic.spi.ILoggingEvent>e - the logging eventCopyright © 2015–2016. All rights reserved.