is not current version
Last Version 1.3.6

com.noveogroup.android:android-logger 1.2.1

Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

GroupId

GroupId

com.noveogroup.android
ArtifactId

ArtifactId

android-logger
Version

Version

1.2.1
Type

Type

jar

Download android-logger 1.2.1


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