is not current version
Last Version 3.1.0

net.inemar.utility:log4j2elastic 2.1.0

The aim of the project is to store java log data generated with log4j2 (http://logging.apache.org/log4j/2.x/) in an elasticsearch database. It also provides the possiblity to change the log settings using a web based configuration

Categories

Categories

Net Utility General Purpose Libraries
GroupId

GroupId

net.inemar.utility
ArtifactId

ArtifactId

log4j2elastic
Version

Version

2.1.0
Type

Type

jar

Download log4j2elastic 2.1.0


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