License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdorg.apache.brooklyn |
ArtifactId | ArtifactIdbrooklyn-logback-includes |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBrooklyn Logback Includable Configuration
This project contains various "include" files which can be included by logback configuration,
setting up logging for brooklyn. This project does *not* contain a logback.xml so is safe to
include without causing errors, and if it is included you can then include any of the files
provided here in your logback.xml.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.brooklyn/brooklyn-logback-includes/ -->
<dependency>
<groupId>org.apache.brooklyn</groupId>
<artifactId>brooklyn-logback-includes</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.brooklyn/brooklyn-logback-includes/
implementation 'org.apache.brooklyn:brooklyn-logback-includes:1.0.0'
// https://jarcasting.com/artifacts/org.apache.brooklyn/brooklyn-logback-includes/
implementation ("org.apache.brooklyn:brooklyn-logback-includes:1.0.0")
'org.apache.brooklyn:brooklyn-logback-includes:jar:1.0.0'
<dependency org="org.apache.brooklyn" name="brooklyn-logback-includes" rev="1.0.0">
<artifact name="brooklyn-logback-includes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.brooklyn', module='brooklyn-logback-includes', version='1.0.0')
)
libraryDependencies += "org.apache.brooklyn" % "brooklyn-logback-includes" % "1.0.0"
[org.apache.brooklyn/brooklyn-logback-includes "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.7 |
ch.qos.logback : logback-core | jar | 1.0.7 |