io.vulpine.lib:logging

Logging framework agnostic logging library.

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

io.vulpine.lib
ArtifactId

ArtifactId

logging
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

io.vulpine.lib:logging
Logging framework agnostic logging library.
Project URL

Project URL

https://github.com/Vulpine-IO/lib-logging
Project Organization

Project Organization

Vulpine IO
Source Code Management

Source Code Management

https://github.com/Vulpine-IO/lib-logging

Download logging

How to add to project

<!-- https://jarcasting.com/artifacts/io.vulpine.lib/logging/ -->
<dependency>
    <groupId>io.vulpine.lib</groupId>
    <artifactId>logging</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vulpine.lib/logging/
implementation 'io.vulpine.lib:logging:0.2.0'
// https://jarcasting.com/artifacts/io.vulpine.lib/logging/
implementation ("io.vulpine.lib:logging:0.2.0")
'io.vulpine.lib:logging:jar:0.2.0'
<dependency org="io.vulpine.lib" name="logging" rev="0.2.0">
  <artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vulpine.lib', module='logging', version='0.2.0')
)
libraryDependencies += "io.vulpine.lib" % "logging" % "0.2.0"
[io.vulpine.lib/logging "0.2.0"]

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.

logging

Maven Central Codacy Badge Build Status License

A small wrapper to allow writing logging framework agnostic apps, plugins, and libraries with logging capabilities.

Currently supports:

  • SLF4J
  • Log4J v2+
io.vulpine.lib

Vulpine IO

Small libs, big dreams

Versions

Version
0.2.0
0.1.2