Package 

Class TDLog


  • 
    public class TDLog
    
                        

    Log printing class.

    • Method Detail

      • d

         static void d(String tag, String msg)

        debug

        Parameters:
        tag - TAG
        msg - MSG
      • i

         static void i(String tag, String message, Throwable throwable)

        info

        Parameters:
        tag - TAG
        message - MSG
        throwable - Throwable
      • i

         static void i(String tag, Throwable tr)

        info

        Parameters:
        tag - TAG
        tr - Throwable
      • i

         static void i(String tag, String message)

        info

        Parameters:
        tag - TAG
        message - MSG
      • w

         static void w(String tag, String message)

        warning

        Parameters:
        tag - TAG
        message - MSG
      • w

         static void w(String tag, String message, Throwable throwable)

        warning

        Parameters:
        tag - TAG
        message - MSG
        throwable - Throwable
      • e

         static void e(String tag, String message)

        error

        Parameters:
        tag - TAG
        message - MSG
      • e

         static void e(String tag, String message, Throwable throwable)

        error

        Parameters:
        tag - TAG
        message - MSG
        throwable - Throwable
      • v

         static void v(String tag, String message)

        verbose

        Parameters:
        tag - TAG
        message - MSG
      • v

         static void v(String tag, String message, Throwable throwable)

        verbose

        Parameters:
        tag - TAG
        message - MSG
        throwable - Throwable