All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.EitherLogOrThrow.md Maven / Gradle / Ivy


Checks that when an exception is caught, that if it is logged then it is not also re-thrown. Log or throw; one or the other or neither, but not both.

Accepts `java.util.logging.Logger` and `org.slf4j.Logger`.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy