Uses of Interface
com.helger.commons.error.level.IHasErrorLevel
Packages that use IHasErrorLevel
Package
Description
-
Uses of IHasErrorLevel in com.helger.commons.callback.exception
Classes in com.helger.commons.callback.exception that implement IHasErrorLevelModifier and TypeClassDescriptionclassA 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.errorModifier and TypeInterfaceDescriptioninterfaceCommon interface for single errors and resource errors.Classes in com.helger.commons.error that implement IHasErrorLevelModifier and TypeClassDescriptionclassDefault 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 IHasErrorLevelModifier and TypeInterfaceDescriptioninterfaceIHasErrorLevels<IMPLTYPE extends IHasErrorLevel>Interface representing an object having multiple objects with an error levelSubinterfaces of IHasErrorLevel in com.helger.commons.error.levelModifier and TypeInterfaceDescriptioninterfaceIHasErrorLevelComparable<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 IHasErrorLevelMethods in com.helger.commons.log with parameters of type IHasErrorLevelModifier and TypeMethodDescriptionstatic 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