public class LoggerNameKeyingStrategy extends Object implements KeyingStrategy<ch.qos.logback.classic.spi.ILoggingEvent>
| Constructor and Description |
|---|
LoggerNameKeyingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createKey(ch.qos.logback.classic.spi.ILoggingEvent e)
creates a byte array key for the given
ILoggingEvent |
public 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.