License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers Logging Application Layer Libs |
GroupId | GroupIdse.kth.infosys.tomcat |
ArtifactId | ArtifactIdtomcat-access-logging |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTomcat Access Log Valve and Bunyan Formatting
Tools to log access log over java.util.logging and bunyan formatting for logs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/se.kth.infosys.tomcat/tomcat-access-logging/ -->
<dependency>
<groupId>se.kth.infosys.tomcat</groupId>
<artifactId>tomcat-access-logging</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.kth.infosys.tomcat/tomcat-access-logging/
implementation 'se.kth.infosys.tomcat:tomcat-access-logging:1.0.0'
// https://jarcasting.com/artifacts/se.kth.infosys.tomcat/tomcat-access-logging/
implementation ("se.kth.infosys.tomcat:tomcat-access-logging:1.0.0")
'se.kth.infosys.tomcat:tomcat-access-logging:jar:1.0.0'
<dependency org="se.kth.infosys.tomcat" name="tomcat-access-logging" rev="1.0.0">
<artifact name="tomcat-access-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.kth.infosys.tomcat', module='tomcat-access-logging', version='1.0.0')
)
libraryDependencies += "se.kth.infosys.tomcat" % "tomcat-access-logging" % "1.0.0"
[se.kth.infosys.tomcat/tomcat-access-logging "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-catalina | jar | 9.0.1 |