[logback-dev] [JIRA] Commented: (LBCLASSIC-60) chapter on Markers
Ceki Gulcu (JIRA)
noreply-jira at qos.ch
Fri Aug 15 20:24:38 CEST 2008
[ http://jira.qos.ch/browse/LBCLASSIC-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10671#action_10671 ]
Ceki Gulcu commented on LBCLASSIC-60:
-------------------------------------
START/STOP markers for marking sections of code. Assume we have sections of code generating logging events, instead of logging these, we buffer them. If the end of a section is reached and no error has occurred, we'd like to throw away events. If an error occurs we log the buffered events.
> chapter on Markers
> ------------------
>
> Key: LBCLASSIC-60
> URL: http://jira.qos.ch/browse/LBCLASSIC-60
> Project: logback-classic
> Issue Type: Task
> Reporter: Ceki Gulcu
> Assignee: Logback dev list
> Priority: Critical
>
> - SECURITY marker, see http://www.owasp.org/index.php/How_to_add_a_security_log_level_in_log4j
> - ENTER/EXIT markers, both containing a FLOW marker as a child so as to disable both in one statement
> - PROFILER marker
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list