C D E F I L S V W

C

CLog - Class in in.srain.cube.util
An encapsulation of Log, enable log level and print log with parameters.
CLog() - Constructor for class in.srain.cube.util.CLog
 

D

d(String, String) - Static method in class in.srain.cube.util.CLog
Send a DEBUG log message
d(String, String, Object...) - Static method in class in.srain.cube.util.CLog
Send a DEBUG log message
d(String, String, Throwable) - Static method in class in.srain.cube.util.CLog
Send a DEBUG log message

E

e(String, String) - Static method in class in.srain.cube.util.CLog
Send an ERROR log message
e(String, String, Object...) - Static method in class in.srain.cube.util.CLog
Send an ERROR log message
e(String, String, Throwable) - Static method in class in.srain.cube.util.CLog
Send an ERROR log message

F

f(String, String) - Static method in class in.srain.cube.util.CLog
Send a FATAL ERROR log message
f(String, String, Object...) - Static method in class in.srain.cube.util.CLog
Send a FATAL ERROR log message
f(String, String, Throwable) - Static method in class in.srain.cube.util.CLog
Send a FATAL ERROR log message

I

i(String, String) - Static method in class in.srain.cube.util.CLog
Send an INFO log message
i(String, String, Object...) - Static method in class in.srain.cube.util.CLog
Send an INFO log message
i(String, String, Throwable) - Static method in class in.srain.cube.util.CLog
Send an INFO log message
in.srain.cube.util - package in.srain.cube.util
 

L

LEVEL_DEBUG - Static variable in class in.srain.cube.util.CLog
 
LEVEL_ERROR - Static variable in class in.srain.cube.util.CLog
 
LEVEL_FATAL - Static variable in class in.srain.cube.util.CLog
 
LEVEL_INFO - Static variable in class in.srain.cube.util.CLog
 
LEVEL_VERBOSE - Static variable in class in.srain.cube.util.CLog
 
LEVEL_WARNING - Static variable in class in.srain.cube.util.CLog
 

S

setLogLevel(int) - Static method in class in.srain.cube.util.CLog
set log level, the level lower than this level will not be logged

V

v(String, String) - Static method in class in.srain.cube.util.CLog
Send a VERBOSE log message.
v(String, String, Throwable) - Static method in class in.srain.cube.util.CLog
Send a VERBOSE log message.
v(String, String, Object...) - Static method in class in.srain.cube.util.CLog
Send a VERBOSE log message.

W

w(String, String) - Static method in class in.srain.cube.util.CLog
Send a WARNING log message
w(String, String, Object...) - Static method in class in.srain.cube.util.CLog
Send a WARNING log message
w(String, String, Throwable) - Static method in class in.srain.cube.util.CLog
Send a WARNING log message

C D E F I L S V W

Copyright © 2014 Huqiu Liao. All Rights Reserved.