Package 

Class SensfrxLogger

    • Method Summary

      Modifier and Type Method Description
      static void e(String message) Error log
      static void e(String message, Throwable throwable) Error log with throwable
      static void w(String message) Warning Log
      static void d(String message) Debug Log
      static void i(String message) Info Log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • e

         static void e(String message)

        Error log

        Parameters:
        message - Error Message
      • e

         static void e(String message, Throwable throwable)

        Error log with throwable

        Parameters:
        message - Error Message
        throwable - Throwable
      • w

         static void w(String message)

        Warning Log

        Parameters:
        message - Warning Message
      • d

         static void d(String message)

        Debug Log

        Parameters:
        message - Debug Message
      • i

         static void i(String message)

        Info Log

        Parameters:
        message - Info Message