This is a Log tool,with this you can the following
use KLog.d(),you could print whether the method execute,and the default tag is current class's name
use KLog.d(msg),you could print log as before,and you could location the method with a click in Android Studio Logcat
use KLog.json(),you could print json string with well format automatic