| Package | Description |
|---|---|
| org.beiter.michael.eaudit4j.processors.slf4j |
Provides a processor that writes audit events to a slf4j logger.
|
| org.beiter.michael.eaudit4j.processors.slf4j.propsbuilder |
Provides classes to build the properties required for the slf4j processor module.
|
| Constructor and Description |
|---|
Slf4jProperties(Slf4jProperties properties)
Creates a set of slf4j properties from an existing set of slf4j properties, making a defensive copy.
|
| Modifier and Type | Method and Description |
|---|---|
static Slf4jProperties |
MapBasedSlf4jPropsBuilder.build(Map<String,String> properties)
Initialize a set of slf4j properties based on key / values in a
HashMap. |
static Slf4jProperties |
MapBasedSlf4jPropsBuilder.buildDefault()
Creates a set of slf4j properties that use the defaults as specified in this class.
|
Copyright © 2015–2016 Michael Beiter