Releases: portingle/slf4jtesting
Releases · portingle/slf4jtesting
Further matching enhancements
- added StringPrintStream.clear()
- for convenience matches(String) now uses Pattern.DOTALL style matching as this is typically what folk want
- use match(Pattern) if you want to fine tune
- whereas "contains(String)" methods use "String.contains" behaviour
Added Predicate matching
1.1.2 added Predicate - in Java 8 retire this class
LogMessage now public
- LogMessage now public
- Additional match() methods permitting regex Pattern arg
Released to central
Minor api enhancements suggested by consumers.
Extra scala example.
Clean up test dependencies
- classpathHell employed to detect classpath issues
- java 8
Initial release
Initial feature set