Package org.cakelab.jdoxml.impl
Class Log
- java.lang.Object
-
- org.cakelab.jdoxml.impl.Log
-
public class Log extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
debug(int level, java.lang.String format, java.lang.Object... args)
static boolean
hasDebugLevel(int level)
Allows to check whether the logging on given 'level' would produce any output.static void
setDebugLevel(int level)
-
-
-
Method Detail
-
debug
public static void debug(int level, java.lang.String format, java.lang.Object... args)
-
setDebugLevel
public static void setDebugLevel(int level)
-
hasDebugLevel
public static boolean hasDebugLevel(int level)
Allows to check whether the logging on given 'level' would produce any output.- Parameters:
level
-- Returns:
- true if log would generate output for the given debug level
-
-