Skip to content

Commit b7250c2

Browse files
committed
Update README.md
1 parent 04a9c05 commit b7250c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ MinLog is a Java logging library. Key features:
1010

1111
- **Zero overhead** Logging statements below a given level can be automatically removed by javac at compile time. This means applications can have detailed trace and debug logging without having any impact on the finished product.
1212

13-
- **Simple and efficient** The API is concise and the code is very efficient at runtime.
13+
- **Extremely lightweight** The entire project consists of a [single Java file](https://github.com/EsotericSoftware/minlog/blob/master/src/com/esotericsoftware/minlog/Log.java) with ~100 non-comment lines of code.
1414

15-
- **Extremely lightweight** The entire project consists of a [single Java file](http://code.google.com/p/minlog/source/browse/trunk/src/com/esotericsoftware/minlog/Log.java) with ~100 non-comment lines of code.
15+
- **Simple and efficient** The API is concise and the code is very efficient at runtime.
1616

1717
Also see [this](https://github.com/jdanbrown/minlog-slf4j) drop-in replacement for minlog which logs to slf4j.
1818

0 commit comments

Comments
 (0)