Uses of Class
tuwien.auto.calimero.log.ErrorHandler

Packages that use ErrorHandler
tuwien.auto.calimero.log Provides a small logging framework used by Calimero for offering information to users of the library. 
 

Uses of ErrorHandler in tuwien.auto.calimero.log
 

Methods in tuwien.auto.calimero.log that return ErrorHandler
static ErrorHandler LogWriter.getErrorHandler()
          Returns the used error handler.
 

Methods in tuwien.auto.calimero.log with parameters of type ErrorHandler
static void LogWriter.setErrorHandler(ErrorHandler handler)
          Sets the error handler used on all log writer errors.