public class HostNameKeyingStrategy extends ch.qos.logback.core.spi.ContextAwareBase implements KeyingStrategy<Object>
| Constructor and Description |
|---|
HostNameKeyingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createKey(Object 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(Object e)
KeyingStrategyILoggingEventcreateKey in interface KeyingStrategy<Object>e - the logging eventCopyright © 2015–2016. All rights reserved.