Bug 1031487 - Allow configuration of custom logging filters
Summary: Allow configuration of custom logging filters
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Logging
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: James Perkins
QA Contact: Nikoleta Hlavickova
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-18 05:36 UTC by James Livingston
Modified: 2018-12-03 20:42 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-16 16:40:24 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)

Description James Livingston 2013-11-18 05:36:34 UTC
jboss-logmanager uses java.util.logging.Filter instances to implement the filters specified by <filter-spec>. It would be good if users could specify their own Filter implementations.

For example:
  <filter>
    <custom class="com.example.MyFilter" module="com.example"/>
  </filter>

Comment 2 James Perkins 2014-09-16 16:40:24 UTC
This won't go into EAP 6. If the feature is still desired please file for EAP 7.


Note You need to log in before you can comment on or make changes to this bug.