Log Formatter

Log Formatter is a small component to easily generate a structured log message as a json format

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.ffcfalcos
ArtifactId

ArtifactId

log-formatter
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Log Formatter
Log Formatter is a small component to easily generate a structured log message as a json format

Download log-formatter

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.googlecode.json-simple : json-simple jar 1.1
org.apache.httpcomponents : httpclient jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0