Skip to content

Releases: dm-drogeriemarkt/log-capture

Fluent API added

16 Apr 14:40
f414b59
Compare
Choose a tag to compare
Merge pull request #7 from dm-drogeriemarkt/fluent-api

fluent api

assertNothingElseLogged() added

22 Jan 15:58
7e24b5b
Compare
Choose a tag to compare
  • updated dependencies
  • added assertNothingElseLogged()

JUnit 5 support

16 Mar 11:25
71016cd
Compare
Choose a tag to compare

Use JUnit 5 instead of JUnit 4

Fix for multiline messages

14 Feb 13:59
2e6db26
Compare
Choose a tag to compare

Fixed a bug where multiline log messages (for example Messages that contain a stack trace) could not be matched.

Version 2.0.0 with bugfixes and saner API

15 Nov 19:08
3e1ef37
Compare
Choose a tag to compare

Version 1.x did not reset the log level after execution and thus spammed following integration tests.

Also, the API is more (hopefully) more descriptive in what it actually does.

Correct name

26 Jul 13:00
Compare
Choose a tag to compare
1.0.2

make it 1.0.2 because github has a weird history about 1.0.1

First OSS Release

25 Jul 06:53
Compare
Choose a tag to compare
1.0.0

initial commit