You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2007/08/31 20:08:22 UTC

[jira] Created: (AMQNET-51) Tracer class does not properly check enabled status flags for different output levels

Tracer class does not properly check enabled status flags for different output levels
-------------------------------------------------------------------------------------

                 Key: AMQNET-51
                 URL: https://issues.apache.org/activemq/browse/AMQNET-51
             Project: ActiveMQ .Net
          Issue Type: Bug
          Components: ActiveMQ Client
         Environment: Windows XP SP2, .NET 2.0
            Reporter: Jim Gomes
            Assignee: James Strachan
            Priority: Minor


In the ActiveMQ.Tracer class, the static properties for IsInfoEnabled, IsWarnEnabled, IsErrorEnabled, IsFatalEnabled do not check their individual status flags to see if they are enabled.  They all check the single IsDebugEnabled status flag.  This means that none of them will be turned on unless the IsDebugEnabled flag is true.  Conversely, they will *all* be enabled if the IsDebugEnabled flag is true.  They should each check their own status flags to enable fine-grained control over Tracer output.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (AMQNET-51) Tracer class does not properly check enabled status flags for different output levels

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes closed AMQNET-51.
---------------------------

    Resolution: Fixed

> Tracer class does not properly check enabled status flags for different output levels
> -------------------------------------------------------------------------------------
>
>                 Key: AMQNET-51
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-51
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ Client
>         Environment: Windows XP SP2, .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: James Strachan
>            Priority: Minor
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> In the ActiveMQ.Tracer class, the static properties for IsInfoEnabled, IsWarnEnabled, IsErrorEnabled, IsFatalEnabled do not check their individual status flags to see if they are enabled.  They all check the single IsDebugEnabled status flag.  This means that none of them will be turned on unless the IsDebugEnabled flag is true.  Conversely, they will *all* be enabled if the IsDebugEnabled flag is true.  They should each check their own status flags to enable fine-grained control over Tracer output.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.