Uses of Interface
com.helger.commons.error.level.IErrorLevel
Packages that use IErrorLevel
Package
Description
-
Uses of IErrorLevel in com.helger.commons.callback.exception
Methods in com.helger.commons.callback.exception that return IErrorLevelMethods in com.helger.commons.callback.exception with parameters of type IErrorLevelModifier and TypeMethodDescriptionfinal LoggingExceptionCallbackLoggingExceptionCallback.setErrorLevel(IErrorLevel aErrorLevel) Set the error level to be used. -
Uses of IErrorLevel in com.helger.commons.error
Fields in com.helger.commons.error declared as IErrorLevelModifier and TypeFieldDescriptionstatic final IErrorLevelSingleError.AbstractBuilder.DEFAULT_ERROR_LEVELprotected IErrorLevelSingleError.AbstractBuilder.m_aErrorLevelMethods in com.helger.commons.error that return IErrorLevelMethods in com.helger.commons.error with parameters of type IErrorLevelModifier and TypeMethodDescriptionfinal IMPLTYPESingleError.AbstractBuilder.errorLevel(IErrorLevel aErrorLevel) Constructors in com.helger.commons.error with parameters of type IErrorLevelModifierConstructorDescriptionSingleError(LocalDateTime aErrorDT, IErrorLevel aErrorLevel, String sErrorID, String sErrorFieldName, ILocation aErrorLocation, IHasErrorText aErrorText, Throwable aLinkedException) Constructor -
Uses of IErrorLevel in com.helger.commons.error.level
Classes in com.helger.commons.error.level that implement IErrorLevelModifier and TypeClassDescriptionenumRepresents a generic error level.classA standalone implementation of theIErrorLevelinterface.Methods in com.helger.commons.error.level that return IErrorLevelModifier and TypeMethodDescriptionIHasErrorLevel.getErrorLevel()static IErrorLevelIErrorLevel.getMostSevere(IErrorLevel aLevel1, IErrorLevel aLevel2) default IErrorLevelIHasErrorLevels.getMostSevereErrorLevel()Get the most severe error level within this object.Methods in com.helger.commons.error.level with parameters of type IErrorLevelModifier and TypeMethodDescriptiondefault intIErrorLevel.compareTo(IErrorLevel aErrorLevel) static IErrorLevelIErrorLevel.getMostSevere(IErrorLevel aLevel1, IErrorLevel aLevel2) default booleanIHasErrorLevel.hasErrorLevel(IErrorLevel aErrorLevel) Check if this object has the provided error level.default booleanIErrorLevel.isEQ(IErrorLevel aErrorLevel) default booleanIErrorLevel.isGE(IErrorLevel aErrorLevel) default booleanIErrorLevel.isGT(IErrorLevel aErrorLevel) default booleanIErrorLevel.isLE(IErrorLevel aErrorLevel) default booleanIErrorLevel.isLT(IErrorLevel aErrorLevel) default booleanIErrorLevel.isNE(IErrorLevel aErrorLevel) -
Uses of IErrorLevel in com.helger.commons.error.list
Methods in com.helger.commons.error.list with parameters of type IErrorLevelModifier and TypeMethodDescriptiondefault booleanIErrorList.hasEntryForField(String sSearchFieldName, IErrorLevel aErrorLevel) Check if any entry for the specified field and the specified error level is present -
Uses of IErrorLevel in com.helger.commons.log
Methods in com.helger.commons.log that return IErrorLevelMethods in com.helger.commons.log with parameters of type IErrorLevelModifier and TypeMethodDescriptionprotected LogMessageInMemoryLogger.createLogMessage(IErrorLevel eErrorLevel, Serializable aMsg, Throwable t) Override this method to create a different LogMessage object or to filter certain log messages.LogHelper.getFuncIsEnabled(org.slf4j.Logger aLogger, IErrorLevel aErrorLevel) static LogHelper.IFuncLoggerLogHelper.getFuncLogger(org.slf4j.Logger aLogger, IErrorLevel aErrorLevel) static booleanLogHelper.isEnabled(Class<?> aLoggingClass, IErrorLevel aErrorLevel) Check if logging is enabled for the passed class based on the error level providedstatic booleanLogHelper.isEnabled(org.slf4j.Logger aLogger, IErrorLevel aErrorLevel) Check if logging is enabled for the passed logger based on the error level providedvoidInMemoryLogger.log(IErrorLevel eErrorLevel, Serializable aMsg) voidInMemoryLogger.log(IErrorLevel eErrorLevel, Serializable aMsg, Throwable t) static voidLogHelper.log(Class<?> aLoggingClass, IErrorLevel aErrorLevel, String sMsg) Generically log somethingstatic voidLogHelper.log(Class<?> aLoggingClass, IErrorLevel aErrorLevel, String sMsg, Throwable t) Generically log somethingstatic voidLogHelper.log(Class<?> aLoggingClass, IErrorLevel aErrorLevel, Supplier<String> aMsgSupplier) Generically log somethingstatic voidLogHelper.log(Class<?> aLoggingClass, IErrorLevel aErrorLevel, Supplier<String> aMsgSupplier, Throwable t) Generically log somethingstatic voidLogHelper.log(org.slf4j.Logger aLogger, IErrorLevel aErrorLevel, String sMsg) Generically log somethingstatic voidLogHelper.log(org.slf4j.Logger aLogger, IErrorLevel aErrorLevel, String sMsg, Throwable t) Generically log somethingstatic voidLogHelper.log(org.slf4j.Logger aLogger, IErrorLevel aErrorLevel, Supplier<String> aMsgSupplier) Generically log somethingstatic voidLogHelper.log(org.slf4j.Logger aLogger, IErrorLevel aErrorLevel, Supplier<String> aMsgSupplier, Throwable t) Generically log somethingConstructors in com.helger.commons.log with parameters of type IErrorLevelModifierConstructorDescriptionLogMessage(IErrorLevel aErrorLevel, Serializable aMsg, Throwable aThrowable) LogMessage(LocalDateTime aIssueDT, IErrorLevel aErrorLevel, Serializable aMsg, Throwable aThrowable)