You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ MinLog is a Java logging library. Key features:
10
10
11
11
-**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.
12
12
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.
14
14
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.
16
16
17
17
Also see [this](https://github.com/jdanbrown/minlog-slf4j) drop-in replacement for minlog which logs to slf4j.
0 commit comments