Package io.quarkus.runtime.logging
Class LogCleanupFilter
java.lang.Object
io.quarkus.runtime.logging.LogCleanupFilter
- All Implemented Interfaces:
Filter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Map<String,LogCleanupFilterElement> static final String -
Constructor Summary
ConstructorsConstructorDescriptionLogCleanupFilter(Collection<LogCleanupFilterElement> filterElements, LoggingSetupRecorder.ShutdownNotifier shutdownNotifier) -
Method Summary
-
Field Details
-
filterElements
-
SHUTDOWN_MESSAGE
- See Also:
-
-
Constructor Details
-
LogCleanupFilter
public LogCleanupFilter(Collection<LogCleanupFilterElement> filterElements, LoggingSetupRecorder.ShutdownNotifier shutdownNotifier)
-
-
Method Details
-
isLoggable
- Specified by:
isLoggablein interfaceFilter
-