An open API service indexing awesome lists of open source software.

https://github.com/wcm-io/io.wcm.testing.logging.logback

Default configuration for Logback logging in unit tests.
https://github.com/wcm-io/io.wcm.testing.logging.logback

testing wcm-io

Last synced: 5 months ago
JSON representation

Default configuration for Logback logging in unit tests.

Awesome Lists containing this project

README

          

Testing Log configuration for Logback
======
[![Build](https://github.com/wcm-io/io.wcm.testing.logging.logback/actions/workflows/maven-build.yml/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.testing.logging.logback/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm/io.wcm.testing.logging.logback)](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.logging.logback/)

Default configuration for Logback logging in unit tests.

Documentation: https://wcm.io/testing/logging/logback/

Issues: https://github.com/wcm-io/io.wcm.testing.logging.logback/issues

Wiki: https://wcm-io.atlassian.net/wiki/

Continuous Integration: https://github.com/wcm-io/io.wcm.testing.logging.logback/actions

Commercial support: https://wcm.io/commercial-support.html

## Build from sources

If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://wcm.io/maven.html) in your settings.xml.

See [Maven Settings](https://github.com/wcm-io/io.wcm.testing.logging.logback/blob/develop/.maven-settings.xml) for an example with a full configuration.

Then you can build using

```
mvn clean install
```