Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Logger extensions now also count the warnings (#1210)
I cannot believe I messed up that previous PR (#1205), but the extensions of the `Logger` class did not count the warnings. Solved this by removing the error counting code from the child classes, and called the super method instead. This ensures that both the error count and the warning count increases.
- Loading branch information