DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40532>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40532

           Summary: Allow to concatenate classes on class attribute for
                    category node and other similar ones
           Product: Log4j
           Version: 1.2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Configurator
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Just to suggest that the attribute class could expect also an array of classes

for example instead of:

 <category name="org">
        <level value="warn"></level>
        <appender-ref ref="file"/>
        <appender-ref ref="htmlFile"/>
    </category>
    
    <category name="net.sf">
        <level value="warn"></level>
        <appender-ref ref="file"/>
        <appender-ref ref="htmlFile"/>
</category>

could be done:

<category name="org, net.sf">
        <level value="warn"></level>
        <appender-ref ref="file"/>
        <appender-ref ref="htmlFile"/>
</category>

so, the ,-symbol acts as delimitor of the array element on the class array list.

Probably this feature could be applied to other similar situations.

Thanks in advance,

And congratulation for this usefull tool,

David

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to