https://github.com/exasol/java-util-logging-testing
Test utilities around `java.util.logging`
https://github.com/exasol/java-util-logging-testing
exasol-integration integration-testing java java-logging logging test testing
Last synced: 28 days ago
JSON representation
Test utilities around `java.util.logging`
- Host: GitHub
- URL: https://github.com/exasol/java-util-logging-testing
- Owner: exasol
- License: mit
- Created: 2019-10-17T06:30:50.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T13:32:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T21:09:25.895Z (12 months ago)
- Topics: exasol-integration, integration-testing, java, java-logging, logging, test, testing
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Utilities for `java.util.logging`
[](https://github.com/exasol/java-util-logging-testing/actions/workflows/ci-build.yml)
[](https://search.maven.org/artifact/com.exasol/java-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)
# Overview
The Exasol's testing utilities for `java.util.logging` allow testing log message creation in software that uses the `java.util.logging` framework.
## Utilities
## `CapturingLogHandler`
Add this log handler if you want to record log messages created by your software and check the contents as part of unit tests.
## Customer Support
This is an open source project which is officially supported by Exasol. For any question, you can contact our support team.
## Information for Users
* [Changelog](doc/changes/changelog.md)
## Information for Developers
* [Dependencies](dependencies.md)