public class AssertionLogger
extends java.lang.Object
We make a number of assumptions in lombok code, and if these assumptions fail, we try to fall back to a 'least bad' scenario. However, we would prefer to
just know about these cases, without confronting our users with error messages. The 'fix' is to log such assertion failures to this logger, which promptly
ignores them, _unless_ you specifically enable logging them to a file. If you'd like to help out or want to assist in debugging, turn this on.