is not current version
Last Version 1.3.6

com.noveogroup.android:android-logger 1.3.5

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.3.5
Type

Type

jar

Download android-logger 1.3.5


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