Class LoggerErrorManager

All Implemented Interfaces:
ErrorHandler, ErrorManager

public final class LoggerErrorManager extends BasicErrorManager
An error manager that logs errors and warnings using a logger in addition to collecting them in memory. Errors are logged at the SEVERE level and warnings are logged at the WARNING level.