Package church.i18n.processing.logger
Class LogLevelLogMapper
java.lang.Object
church.i18n.processing.logger.LogLevelLogMapper
- All Implemented Interfaces:
LogMapper
-
Constructor Summary
ConstructorsConstructorDescriptionLogLevelLogMapper(@NotNull SecurityInfoSanitizer sanitizer, @NotNull ProcessingExceptionConfig config) -
Method Summary
Modifier and TypeMethodDescriptionvoidlog(@NotNull ProcessingException exception) LogProcessingExceptionaccording to its message log level or other property.@NotNull StringtoString()
-
Constructor Details
-
LogLevelLogMapper
public LogLevelLogMapper(@NotNull @NotNull SecurityInfoSanitizer sanitizer, @NotNull @NotNull ProcessingExceptionConfig config)
-
-
Method Details