kmm-logger

simple kotlin multiplatform logger

License

License

MIT
Categories

Categories

Data
GroupId

GroupId

de.gal-digital
ArtifactId

ArtifactId

kmm-logger-metadata
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

kmm-logger
simple kotlin multiplatform logger
Project URL

Project URL

https://github.com/gal-digital-gmbh/kmm-logger
Project Organization

Project Organization

GAL Digital GmbH
Source Code Management

Source Code Management

https://github.com/gal-digital-gmbh/kmm-logger

Download kmm-logger-metadata

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.31

Project Modules

There are no modules declared in this project.

kmm logger

Maven Central

simple kotlin multiplatform logger

setup

kotlin {
    sourceSets {
        val commonMain by getting {
            dependencies {
                api("de.gal-digital:kmm-logger:x.x.x")
            }
        }
    }
}

use implementation instead of api if you don't want logger to be public from your shared module

usage

info("this is a log message")
debug("this is a debug message")
logError("log error", throwable)

platform support

  • android
  • ios
  • js
  • jvm
de.gal-digital

GAL Digital GmbH

SUCCESSFULLY DIGITIZING THE WORLD'S BUSINESSES

Versions

Version
1.0.1
1.0.0