Skip to content

Logger throws when too many params

Compare
Choose a tag to compare
@yegor256 yegor256 released this 05 Mar 09:01
· 471 commits to master since this release

As suggested in #8 Logger in this version throws a runtime exception when total number of provided arguments is bigger than required in format pattern.

Besides that, this version resolves all FindBugs complaints.