LogDog

An intuitive logging library for Android

License

License

GroupId

GroupId

me.levansmith.logdog
ArtifactId

ArtifactId

logdog
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

LogDog
An intuitive logging library for Android
Project URL

Project URL

https://github.com/levictorsmith/logdog
Source Code Management

Source Code Management

https://github.com/levictorsmith/logdog

Download logdog

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.1.1
com.android.support » appcompat-v7 jar 28.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.21
com.google.code.gson : gson jar 2.8.5
me.levansmith.logdog : logging jar 0.3.0

Project Modules

There are no modules declared in this project.

LogDog

LogDog TODO: Insert image

Overview

An intuitive logging library for Android

TODO: Add description and supported features

Screenshots

LogDog TODO: Add screenshots

Setup

Gradle

implementation 'me.levansmith.logdog:logdog:0.3.0'

Maven

<dependency>
    <groupId>me.levansmith.logdog</groupId>
    <artifactId>logdog</artifactId>
    <version>0.3.0</version>
</dependency>

Sample Usage

// TODO: Add sample

Developed By

  • LeVan Smith

   Email - [email protected]

   Website - http://levansmith.me

Versions

Version
0.3.0
0.2.2
0.2.0
0.1.0
0.0.1