-
- All Implemented Interfaces:
public class AndroidStreamLogger.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AndroidStreamLogger.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitinstallOnDebuggableApp(Application application, Integer maxTagLength)Install a new AndroidStreamLogger if the application is debuggable. final Unitinstall(Integer maxTagLength)Install a new AndroidStreamLogger. -
-
Method Detail
-
installOnDebuggableApp
final Unit installOnDebuggableApp(Application application, Integer maxTagLength)
Install a new AndroidStreamLogger if the application is debuggable.
- Parameters:
application- Application.maxTagLength- The maximum length size of the tag.
-
install
final Unit install(Integer maxTagLength)
Install a new AndroidStreamLogger.
- Parameters:
maxTagLength- The maximum length size of the tag.
-
-
-
-