git-svn-id: http://minlog.googlecode.com/svn/trunk@7 4aeaecc2-aa77-11de-b6f4-e1be98fab775

This commit is contained in:
nathan.sweet 2009-09-26 10:06:42 +00:00
parent cdd45c4400
commit e69d4775a5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class Log {
static public final int LEVEL_ERROR = 5;
/** Important warnings. The application will continue to work correctly. */
static public final int LEVEL_WARN = 4;
/** Informative messages. This level should only log messages that are generally always somewhat useful to see. */
/** Informative messages. Typically used for deployment. */
static public final int LEVEL_INFO = 3;
/** Debug messages. This level is useful during development. */
static public final int LEVEL_DEBUG = 2;