Last Version

Log4k 2.3.1

This is a simple library for logging in Kotlin. It's inspired by the famous Apache Log4j library.

License

License

GroupId

GroupId

com.github.hadilq
ArtifactId

ArtifactId

log4k
Version

Version

2.3.1
Type

Type

pom
Description

Description

Log4k
This is a simple library for logging in Kotlin. It's inspired by the famous Apache Log4j library.
Project URL

Project URL

https://github.com/hadilq/log4k
Source Code Management

Source Code Management

https://github.com/hadilq/log4k

Download log4k 2.3.1


<!-- https://jarcasting.com/artifacts/com.github.hadilq/log4k/ -->
<dependency>
    <groupId>com.github.hadilq</groupId>
    <artifactId>log4k</artifactId>
    <version>2.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq/log4k/
implementation 'com.github.hadilq:log4k:2.3.1'
// https://jarcasting.com/artifacts/com.github.hadilq/log4k/
implementation ("com.github.hadilq:log4k:2.3.1")
'com.github.hadilq:log4k:pom:2.3.1'
<dependency org="com.github.hadilq" name="log4k" rev="2.3.1">
  <artifact name="log4k" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq', module='log4k', version='2.3.1')
)
libraryDependencies += "com.github.hadilq" % "log4k" % "2.3.1"
[com.github.hadilq/log4k "2.3.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.