logger
Graphite and Logstash Logging from Tiscover and HRS Destination Solutions
| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdcom.tiscover |
| ArtifactId | ArtifactIdlogging |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTiscover-Logging
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
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| logging-1.4.pom | |
| logging-1.4.jar | 22 KB |
| logging-1.4-sources.jar | 11 KB |
| logging-1.4-javadoc.jar | 142 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tiscover/logging/ -->
<dependency>
<groupId>com.tiscover</groupId>
<artifactId>logging</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tiscover/logging/
implementation 'com.tiscover:logging:1.4'
// https://jarcasting.com/artifacts/com.tiscover/logging/
implementation ("com.tiscover:logging:1.4")
'com.tiscover:logging:jar:1.4'
<dependency org="com.tiscover" name="logging" rev="1.4">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tiscover', module='logging', version='1.4')
)
libraryDependencies += "com.tiscover" % "logging" % "1.4"
[com.tiscover/logging "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20160212 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
Graphite and Logstash Logging from Tiscover and HRS Destination Solutions