public class SensfrxLogger
static void
e(String message)
e(String message, Throwable throwable)
w(String message)
d(String message)
i(String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
static void e(String message)
Error log
message
static void e(String message, Throwable throwable)
Error log with throwable
throwable
static void w(String message)
Warning Log
static void d(String message)
Debug Log
static void i(String message)
Info Log