Skip to content

Commit

Permalink
added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Dec 27, 2023
1 parent 567224d commit 1471e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/apache/log4j/spi/NOPULogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.apache.log4j.ULogger;

/**
* TODO: is this still needed?
* A no operation (NOP) implementation of {@link ULogger}.
*
* @author Ceki Gülcü
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/org/apache/log4j/spi/SimpleULogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
import org.apache.logging.log4j.Logger;

/**
* TODO: is this still needed?
*
* A simple implementation that logs messages of level INFO or higher on
* the console (<code>System.out</code>).
* <p>
Expand Down

0 comments on commit 1471e68

Please sign in to comment.