public class RoundRobinKeyingStrategy extends Object implements KeyingStrategy<Object>
| Constructor and Description |
|---|
RoundRobinKeyingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createKey(Object e)
creates a byte array key for the given
ILoggingEvent |
public byte[] createKey(Object e)
KeyingStrategyILoggingEventcreateKey in interface KeyingStrategy<Object>e - the logging eventCopyright © 2015–2016. All rights reserved.