Uses of Interface
com.helger.commons.error.level.IErrorLevel
-
Packages that use IErrorLevel Package Description com.helger.commons.callback.exception com.helger.commons.error com.helger.commons.error.level com.helger.commons.error.list com.helger.commons.log -
-
Uses of IErrorLevel in com.helger.commons.callback.exception
Methods in com.helger.commons.callback.exception that return IErrorLevel Modifier and Type Method Description IErrorLevelLoggingExceptionCallback. getErrorLevel()Methods in com.helger.commons.callback.exception with parameters of type IErrorLevel Modifier and Type Method Description 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 IErrorLevel Modifier and Type Field Description static IErrorLevelSingleError.AbstractBuilder. DEFAULT_ERROR_LEVELprotected IErrorLevelSingleError.AbstractBuilder. m_aErrorLevelMethods in com.helger.commons.error that return IErrorLevel Modifier and Type Method Description IErrorLevelSingleError. getErrorLevel()Methods in com.helger.commons.error with parameters of type IErrorLevel Modifier and Type Method Description IMPLTYPESingleError.AbstractBuilder. errorLevel(IErrorLevel aErrorLevel)Constructors in com.helger.commons.error with parameters of type IErrorLevel Constructor Description SingleError(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 IErrorLevel Modifier and Type Class Description classEErrorLevelRepresents a generic error level.classErrorLevelA standalone implementation of theIErrorLevelinterface.Methods in com.helger.commons.error.level that return IErrorLevel Modifier and Type Method Description IErrorLevelIHasErrorLevel. 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 IErrorLevel Modifier and Type Method Description default 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 IErrorLevel Modifier and Type Method Description default 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 IErrorLevel Modifier and Type Method Description IErrorLevelLogMessage. getErrorLevel()Methods in com.helger.commons.log with parameters of type IErrorLevel Modifier and Type Method Description protected LogMessageInMemoryLogger. createLogMessage(IErrorLevel eErrorLevel, Serializable aMsg, Throwable t)Override this method to create a different LogMessage object or to filter certain log messages.static LogHelper.IFuncIsLoggingEnabledLogHelper. 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 IErrorLevel Constructor Description LogMessage(IErrorLevel aErrorLevel, Serializable aMsg, Throwable aThrowable)LogMessage(LocalDateTime aIssueDT, IErrorLevel aErrorLevel, Serializable aMsg, Throwable aThrowable)
-