is not current version
Last Version 2.2.0

com.orhanobut:logger 1.2

Simple,pretty and powerful log

GroupId

GroupId

com.orhanobut
ArtifactId

ArtifactId

logger
Version

Version

1.2
Type

Type

aar

Download logger 1.2


<!-- https://jarcasting.com/artifacts/com.orhanobut/logger/ -->
<dependency>
    <groupId>com.orhanobut</groupId>
    <artifactId>logger</artifactId>
    <version>1.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.orhanobut/logger/
implementation 'com.orhanobut:logger:1.2'
// https://jarcasting.com/artifacts/com.orhanobut/logger/
implementation ("com.orhanobut:logger:1.2")
'com.orhanobut:logger:aar:1.2'
<dependency org="com.orhanobut" name="logger" rev="1.2">
  <artifact name="logger" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.orhanobut', module='logger', version='1.2')
)
libraryDependencies += "com.orhanobut" % "logger" % "1.2"
[com.orhanobut/logger "1.2"]