org.workingfrog.i18n.util
Class LogLevel
java.lang.Object
org.workingfrog.i18n.util.LogLevel
- public class LogLevel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NONE
public static final LogLevel NONE
- logs.
levels :
- NONE : no output,
- L10N : find missing keys for current language,
- I18N : locate objects without i18n behavior,
- NAMING : identify mispelled keys or values hard coded in objects,
- ALL : all previous levels, less NONE ;-})
combinations of levels L10N, I18N and NAMING :
- IL : I18N + L10N,
- IN : I18N + NAMING,
- LN : L10N + NAMING,
- LIN <=> ALL (not provided, ALL more efficient)
L10N
public static final LogLevel L10N
I18N
public static final LogLevel I18N
NAMING
public static final LogLevel NAMING
IL
public static final LogLevel IL
IN
public static final LogLevel IN
LN
public static final LogLevel LN
ALL
public static final LogLevel ALL
setCurrent
public static void setCurrent(LogLevel level)
setCurrent
public static void setCurrent(java.lang.String level)
isChecking
public static boolean isChecking(LogLevel level)
toString
public java.lang.String toString()
main
public static void main(java.lang.String[] args)