Object AndroidStreamLogger.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • installOnDebuggableApp

         final Unit installOnDebuggableApp(Application application, Priority minPriority, Integer maxTagLength)

        Install a new AndroidStreamLogger if the application is debuggable.

        Parameters:
        application - Application.
        minPriority - The minimum Priority to show up log messages.
        maxTagLength - The maximum length size of the tag.
      • install

         final Unit install(Priority minPriority, Integer maxTagLength)

        Install a new AndroidStreamLogger.

        Parameters:
        minPriority - The minimum Priority to show up log messages.
        maxTagLength - The maximum length size of the tag.