Skip to content

Commit

Permalink
fix SLF4J-514
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Jun 17, 2021
1 parent 940c462 commit 12183e0
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
*/
package org.apache.log4j;

/**
* Skeleton implementation of ConsoleAppender
*/
public class ConsoleAppender extends WriterAppender {

public ConsoleAppender() {
}

public ConsoleAppender(Layout layout) {
}

public ConsoleAppender(Layout layout, String target) {
}

}

0 comments on commit 12183e0

Please sign in to comment.