is not current version
Last Version 1.4

com.tiscover:logging 0.2

Tiscover-Logging is a simple library that connects your java application directly to graphite for a numerical overview of the System and to Logstash/Elkstack for error-messages or other textual logging

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.tiscover
ArtifactId

ArtifactId

logging
Version

Version

0.2
Type

Type

jar

Download logging 0.2


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