Logging interface in Kotlin

Simple logging interface and basic implementation - Kotlin extensions

License

License

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.pwall.log
ArtifactId

ArtifactId

log-front-kotlin
Last Version

Last Version

5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Logging interface in Kotlin
Simple logging interface and basic implementation - Kotlin extensions
Project URL

Project URL

https://github.com/pwall567/log-front-kotlin
Source Code Management

Source Code Management

https://github.com/pwall567/log-front-kotlin

Download log-front-kotlin

How to add to project

<!-- https://jarcasting.com/artifacts/net.pwall.log/log-front-kotlin/ -->
<dependency>
    <groupId>net.pwall.log</groupId>
    <artifactId>log-front-kotlin</artifactId>
    <version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.log/log-front-kotlin/
implementation 'net.pwall.log:log-front-kotlin:5.0'
// https://jarcasting.com/artifacts/net.pwall.log/log-front-kotlin/
implementation ("net.pwall.log:log-front-kotlin:5.0")
'net.pwall.log:log-front-kotlin:jar:5.0'
<dependency org="net.pwall.log" name="log-front-kotlin" rev="5.0">
  <artifact name="log-front-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.log', module='log-front-kotlin', version='5.0')
)
libraryDependencies += "net.pwall.log" % "log-front-kotlin" % "5.0"
[net.pwall.log/log-front-kotlin "5.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.pwall.log : log-front jar 5.0
org.jetbrains.kotlin : kotlin-reflect jar 1.6.10
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.jetbrains.kotlin : kotlin-test-junit jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
5.0
4.0
3.0
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.0
0.1