is not current version
Last Version 1.4

com.tiscover:logging 1.3

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

1.3
Type

Type

jar

Download logging 1.3


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