|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface Discriminator<E>
Implement this interface in order to compute a discriminating value for a given event of type <E>.
The returned value can depend on any data available at the time of the call, including data contained within the currently running thread.
| Method Summary | |
|---|---|
String |
getDiscriminatingValue(E e)
Given event 'e' return a discriminating value. |
String |
getKey()
The key or variable name under which the discriminating value should be exported into the host environment. |
| Methods inherited from interface ch.qos.logback.core.spi.LifeCycle |
|---|
isStarted, start, stop |
| Method Detail |
|---|
String getDiscriminatingValue(E e)
e -
String getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||