We have moved to the Apache Incubator!
Please join us in our new home at https://brooklyn.incubator.apache.org and we will welcome your contributions to our new repository.
License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdio.brooklyn |
ArtifactId | ArtifactIdbrooklyn-logback-includes |
Last Version | Last Version0.7.0-M1 |
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.
|
<!-- https://jarcasting.com/artifacts/io.brooklyn/brooklyn-logback-includes/ -->
<dependency>
<groupId>io.brooklyn</groupId>
<artifactId>brooklyn-logback-includes</artifactId>
<version>0.7.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.brooklyn/brooklyn-logback-includes/
implementation 'io.brooklyn:brooklyn-logback-includes:0.7.0-M1'
// https://jarcasting.com/artifacts/io.brooklyn/brooklyn-logback-includes/
implementation ("io.brooklyn:brooklyn-logback-includes:0.7.0-M1")
'io.brooklyn:brooklyn-logback-includes:jar:0.7.0-M1'
<dependency org="io.brooklyn" name="brooklyn-logback-includes" rev="0.7.0-M1">
<artifact name="brooklyn-logback-includes" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.brooklyn', module='brooklyn-logback-includes', version='0.7.0-M1')
)
libraryDependencies += "io.brooklyn" % "brooklyn-logback-includes" % "0.7.0-M1"
[io.brooklyn/brooklyn-logback-includes "0.7.0-M1"]
Please join us in our new home at https://brooklyn.incubator.apache.org and we will welcome your contributions to our new repository.
Version |
---|
0.7.0-M1
|
0.6.0
|
0.6.0-rc.4
|
0.6.0-rc.3
|
0.6.0-rc.2
|
0.6.0-rc.1
|
0.6.0-M2
|