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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to