License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-logging-android |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft logging adapter for Android.
It contains of simple, non-static, OOP and resources(performance) friendly logger,
its bridges to Android, SLF4J and Apache Common Logging.
|
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-logging-android/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-logging-android</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-logging-android/
implementation 'org.beigesoft:beige-logging-android:1.0.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-logging-android/
implementation ("org.beigesoft:beige-logging-android:1.0.3")
'org.beigesoft:beige-logging-android:jar:1.0.3'
<dependency org="org.beigesoft" name="beige-logging-android" rev="1.0.3">
<artifact name="beige-logging-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-logging-android', version='1.0.3')
)
libraryDependencies += "org.beigesoft" % "beige-logging-android" % "1.0.3"
[org.beigesoft/beige-logging-android "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-logging-base | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |