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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Please use the [MinLog discussion group](http://groups.google.com/group/minlog-u
6
6
7
7
## Overview
8
8
9
-
MinLog is a Java logging library. Key features:
9
+
MinLog is a tiny Java logging library which 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.
0 commit comments