Package com.io7m.brooklime.api
Class BLErrorLogging
java.lang.Object
com.io7m.brooklime.api.BLErrorLogging
Error logging functionality.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidlogErrors(org.slf4j.Logger log, List<BLNexusError> errors) Log the given errors.
-
Method Details
-
logErrors
Log the given errors.- Parameters:
log- The loggererrors- The errors
-