- setAdditionalProperties(Map<String, String>) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Any additional properties which have not been parsed, and for which no getter/setter exists, but are to be
stored in this object nevertheless.
- setAuditStreamFieldName(String) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Set the name to use for the audit stream field in the MDC
- setMarker(String) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Set the marker to identify serialized audit events in slf4j.
- setMdcFieldNameSeparator(String) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
- setMdcFields(String) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Set the fields to be included in the MDC, if the underlying logger supports MDC.
- setMdcFieldSeparator(String) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
- setSerializedEventFieldName(String) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Set the name to use for the serialized event field in the MDC
- setStringEncoding(String) - Method in class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Set the String encoding to use when converting bytes to a String
- Slf4jProcessor - Class in org.beiter.michael.eaudit4j.processors.slf4j
-
This processors persists events to slf4j.
- Slf4jProcessor() - Constructor for class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProcessor
-
- Slf4jProperties - Class in org.beiter.michael.eaudit4j.processors.slf4j
-
This class specifies properties specific to the slf4j Processor.
- Slf4jProperties() - Constructor for class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Constructs an empty set of slf4j properties, with most values being set to null, 0, or empty
(depending on the type of the property).
- Slf4jProperties(Slf4jProperties) - Constructor for class org.beiter.michael.eaudit4j.processors.slf4j.Slf4jProperties
-
Creates a set of slf4j properties from an existing set of slf4j properties, making a defensive copy.