Last Version

Android Logger 1.3.6

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.

License

License

GroupId

GroupId

com.noveogroup.android
ArtifactId

ArtifactId

android-logger
Version

Version

1.3.6
Type

Type

jar
Description

Description

Android Logger
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.
Source Code Management

Source Code Management

https://github.com/noveogroup/android-logger/

Download android-logger 1.3.6


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.10

provided (1)

Group / Artifact Type Version
com.google.android : android jar 2.1.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.