You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Michal Jirkovsky (JIRA)" <ji...@apache.org> on 2012/10/08 14:52:03 UTC

[jira] [Created] (LOG4J2-93) Two debug methods do not work

Michal Jirkovsky created LOG4J2-93:
--------------------------------------

             Summary: Two debug methods do not work
                 Key: LOG4J2-93
                 URL: https://issues.apache.org/jira/browse/LOG4J2-93
             Project: Log4j 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0-beta1
            Reporter: Michal Jirkovsky


Methods

org.apache.logging.log4j.Logger.error(Message msg)
org.apache.logging.log4j.Logger.error(Message msg, Throwable t)

do not work, because they test against Level.TRACE instead of Level.ERROR log level.

Class org.apache.logging.log4j.spi.AbstractLogger, lines 524, 525, 536, 537 should be fixed.

Thx.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[jira] [Commented] (LOG4J2-93) Two debug methods do not work

Posted by "Ralph Goers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LOG4J2-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13475683#comment-13475683 ] 

Ralph Goers commented on LOG4J2-93:
-----------------------------------

Please verify the fix and close this.
                
> Two debug methods do not work
> -----------------------------
>
>                 Key: LOG4J2-93
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-93
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0-beta1
>            Reporter: Michal Jirkovsky
>             Fix For: 2.0-beta2
>
>
> Methods
> org.apache.logging.log4j.Logger.error(Message msg)
> org.apache.logging.log4j.Logger.error(Message msg, Throwable t)
> do not work, because they test against Level.TRACE instead of Level.ERROR log level.
> Class org.apache.logging.log4j.spi.AbstractLogger, lines 524, 525, 536, 537 should be fixed.
> Thx.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[jira] [Resolved] (LOG4J2-93) Two debug methods do not work

Posted by "Ralph Goers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4J2-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralph Goers resolved LOG4J2-93.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-beta2

This was resolved as part of the fix for LOG4J2-88 and will be in the 2.0-beta2 release.
                
> Two debug methods do not work
> -----------------------------
>
>                 Key: LOG4J2-93
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-93
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0-beta1
>            Reporter: Michal Jirkovsky
>             Fix For: 2.0-beta2
>
>
> Methods
> org.apache.logging.log4j.Logger.error(Message msg)
> org.apache.logging.log4j.Logger.error(Message msg, Throwable t)
> do not work, because they test against Level.TRACE instead of Level.ERROR log level.
> Class org.apache.logging.log4j.spi.AbstractLogger, lines 524, 525, 536, 537 should be fixed.
> Thx.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[jira] [Closed] (LOG4J2-93) Two debug methods do not work

Posted by "Michal Jirkovsky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4J2-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Jirkovsky closed LOG4J2-93.
----------------------------------


Verified.
                
> Two debug methods do not work
> -----------------------------
>
>                 Key: LOG4J2-93
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-93
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0-beta1
>            Reporter: Michal Jirkovsky
>             Fix For: 2.0-beta2
>
>
> Methods
> org.apache.logging.log4j.Logger.error(Message msg)
> org.apache.logging.log4j.Logger.error(Message msg, Throwable t)
> do not work, because they test against Level.TRACE instead of Level.ERROR log level.
> Class org.apache.logging.log4j.spi.AbstractLogger, lines 524, 525, 536, 537 should be fixed.
> Thx.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org