Package org.anchoranalysis.core.log.error
package org.anchoranalysis.core.log.error
Mechanism for reporting errors (exceptions/throwables) to the user.
For example, errors can be routed into a log.
-
ClassDescriptionReports errors as they occur.Utility base class for common error-reporting formatting.Records errors, by writing them into a logger.Logs error messages into a
String
viaStringBuilder
.