License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.ft.membership |
ArtifactId | ArtifactIdfluent-logging |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFluent Logging
Fluent Splunk-friendly logging with automatic escaping.
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluent-logging-3.1.0.pom | |
fluent-logging-3.1.0.jar | 15 KB |
fluent-logging-3.1.0-sources.jar | 10 KB |
fluent-logging-3.1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ft.membership/fluent-logging/ -->
<dependency>
<groupId>com.ft.membership</groupId>
<artifactId>fluent-logging</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ft.membership/fluent-logging/
implementation 'com.ft.membership:fluent-logging:3.1.0'
// https://jarcasting.com/artifacts/com.ft.membership/fluent-logging/
implementation ("com.ft.membership:fluent-logging:3.1.0")
'com.ft.membership:fluent-logging:jar:3.1.0'
<dependency org="com.ft.membership" name="fluent-logging" rev="3.1.0">
<artifact name="fluent-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ft.membership', module='fluent-logging', version='3.1.0')
)
libraryDependencies += "com.ft.membership" % "fluent-logging" % "3.1.0"
[com.ft.membership/fluent-logging "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.2.3 |