[slf4j-dev] [JIRA] Updates for SLF4J-514: log4j-over-slf4: Missing constructors and Methods for ConsoleAppender

QOS.CH (JIRA) noreply-jira at qos.ch
Tue Apr 20 12:53:00 CEST 2021


SLF4J / SLF4J-514 [Open]
log4j-over-slf4: Missing constructors and Methods for ConsoleAppender

==============================

Here's what changed in this issue in the last few minutes.
This issue has been created
This issue is now assigned to you.

View or comment on issue using this link
https://jira.qos.ch/browse/SLF4J-514

==============================
 Issue created
------------------------------

Simon F created this issue on 20/Apr/21 12:42 PM
Summary:              log4j-over-slf4: Missing constructors and Methods for ConsoleAppender
Issue Type:           Improvement
Affects Versions:     1.7.30
Assignee:             SLF4J developers list
Components:           log4j-over-slf4j
Created:              20/Apr/21 12:42 PM
Priority:             Major
Reporter:             Simon F
Severity:             normal
Description:
  The current [ConsoleAppender|https://github.com/qos-ch/slf4j/blob/master/log4j-over-slf4j/src/main/java/org/apache/log4j/ConsoleAppender.java] implementation is empty, without any constructors or methods. This results in an incompatibility for one of our projects dependency:
  
   {code}
  java.lang.NoSuchMethodError: org.apache.log4j.ConsoleAppender.<init>(Lorg/apache/log4j/Layout;)V
  	at logging.xxxFactory.getLogger(xxxFactory.java:26)
  {code}
  
  The mocking implementation should provide all Constructors and Methods exposed by the original class.
  PR available at https://github.com/qos-ch/slf4j/pull/259/


==============================
 This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)



More information about the slf4j-dev mailing list