Uses of Interface
com.helger.commons.error.level.IHasErrorLevel
-
Packages that use IHasErrorLevel Package Description com.helger.commons.callback.exception com.helger.commons.error com.helger.commons.error.level com.helger.commons.log -
-
Uses of IHasErrorLevel in com.helger.commons.callback.exception
Classes in com.helger.commons.callback.exception that implement IHasErrorLevel Modifier and Type Class Description classLoggingExceptionCallbackA specific implementation of theIExceptionCallbackinterface, that logs all exceptions to a standard logger. -
Uses of IHasErrorLevel in com.helger.commons.error
Subinterfaces of IHasErrorLevel in com.helger.commons.error Modifier and Type Interface Description interfaceIErrorCommon interface for single errors and resource errors.Classes in com.helger.commons.error that implement IHasErrorLevel Modifier and Type Class Description classSingleErrorDefault implementation ofIError.
Note: cannot be calledErrorbecause this would conflict with the default Java Exception class. -
Uses of IHasErrorLevel in com.helger.commons.error.level
Classes in com.helger.commons.error.level with type parameters of type IHasErrorLevel Modifier and Type Interface Description interfaceIHasErrorLevels<IMPLTYPE extends IHasErrorLevel>Interface representing an object having multiple objects with an error levelSubinterfaces of IHasErrorLevel in com.helger.commons.error.level Modifier and Type Interface Description interfaceIHasErrorLevelComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>Base interface for objects that have a severity based onIErrorLevel. -
Uses of IHasErrorLevel in com.helger.commons.log
Classes in com.helger.commons.log that implement IHasErrorLevel Modifier and Type Class Description classLogMessageRepresents a single log message.Methods in com.helger.commons.log with parameters of type IHasErrorLevel Modifier and Type Method Description static booleanLogHelper. isEnabled(Class<?> aLoggingClass, IHasErrorLevel aErrorLevelProvider)Check if logging is enabled for the passed class based on the error level provider by the passed objectstatic booleanLogHelper. isEnabled(org.slf4j.Logger aLogger, IHasErrorLevel aErrorLevelProvider)Check if logging is enabled for the passed logger based on the error level provider by the passed objectstatic voidLogHelper. log(Class<?> aLoggingClass, IHasErrorLevel aErrorLevelProvider, String sMsg)Generically log somethingstatic voidLogHelper. log(Class<?> aLoggingClass, IHasErrorLevel aErrorLevelProvider, String sMsg, Throwable t)Generically log somethingstatic voidLogHelper. log(Class<?> aLoggingClass, IHasErrorLevel aErrorLevelProvider, Supplier<String> aMsgSupplier)Generically log somethingstatic voidLogHelper. log(Class<?> aLoggingClass, IHasErrorLevel aErrorLevelProvider, Supplier<String> aMsgSupplier, Throwable t)Generically log somethingstatic voidLogHelper. log(org.slf4j.Logger aLogger, IHasErrorLevel aErrorLevelProvider, String sMsg)Generically log somethingstatic voidLogHelper. log(org.slf4j.Logger aLogger, IHasErrorLevel aErrorLevelProvider, String sMsg, Throwable t)Generically log somethingstatic voidLogHelper. log(org.slf4j.Logger aLogger, IHasErrorLevel aErrorLevelProvider, Supplier<String> aMsgSupplier)Generically log somethingstatic voidLogHelper. log(org.slf4j.Logger aLogger, IHasErrorLevel aErrorLevelProvider, Supplier<String> aMsgSupplier, Throwable t)Generically log something
-