JSON Logger

Library to allow logging in json format and ability to config automatic logging of environment variables

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

json-logger
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Logger
Library to allow logging in json format and ability to config automatic logging of environment variables
Project URL

Project URL

https://github.com/michaelruocco/json-logger

Download json-logger

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.1
org.slf4j : slf4j-api jar 1.7.25
com.savoirtech.logging : slf4j-json-logger jar 2.0.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
com.github.stefanbirkner : system-rules jar 1.16.1
org.assertj : assertj-core jar 3.8.0
org.slf4j : slf4j-log4j12 jar 1.7.24

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0