Class DemoteFatalToErrorLoggerFilter
- java.lang.Object
-
- com.levigo.jadice.server.core.util.logging.DemoteFatalToErrorLoggerFilter
-
- All Implemented Interfaces:
org.jadice.util.log.qualified.QualifiedLoggerFilter
@FilterParameter public class DemoteFatalToErrorLoggerFilter extends Object implements org.jadice.util.log.qualified.QualifiedLoggerFilter
This class provides the filter which demotes log messages from FATAL to ERROR. This behavior can be activate by setting setting the system property "logger.filter.demote.activate" to true.
-
-
Constructor Summary
Constructors Constructor Description DemoteFatalToErrorLoggerFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(org.jadice.util.log.qualified.FilterChain filterChain, org.jadice.util.log.Level level, org.jadice.util.log.qualified.MessageID msgId, Throwable t, Object... args)
-