Added a LevelFilter that works much like the appender threshold in log4j
It returns the ACCEPT value for events whose level is equal or greater to the user provided level, and DENY otherwise.
parent
3d84864e
Please register or sign in to comment