-
public final class QLog
-
-
Field Summary
Fields Modifier and Type Field Description public final static intNONEpublic final static intERRORS_ONLYpublic final static intERRORS_WARNINGSpublic final static intERRORS_WARNINGS_INFOpublic final static intERRORS_WARNINGS_INFO_DEBUGpublic final static intALLpublic static intLOGGING_LEVEL
-
Method Summary
Modifier and Type Method Description static voide(Object obj, Throwable cause)static voide(Object obj)static voide(Exception e)static voidw(Object obj, Throwable cause)static voidw(Object obj)static voidi(Object obj)static voidd(Object obj)static voidv(Object obj)static booleanisVLoggable()static booleanisDLoggable()static booleanisILoggable()static booleanisWLoggable()static booleanisELoggable()-
-
Method Detail
-
e
static void e(Object obj, Throwable cause)
- Parameters:
obj- the object to logcause- The exception which caused this error, may not be null
-
isVLoggable
static boolean isVLoggable()
-
isDLoggable
static boolean isDLoggable()
-
isILoggable
static boolean isILoggable()
-
isWLoggable
static boolean isWLoggable()
-
isELoggable
static boolean isELoggable()
-
-
-
-