-
public interface CacheErrorLoggerAn interface for logging various cache errors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCacheErrorLogger.CacheErrorCategoryA categorizaton of different cache and storage related errors.
-
Method Summary
-
-
Method Detail
-
logError
abstract void logError(CacheErrorLogger.CacheErrorCategory category, Class<out Object> clazz, String message, @Nullable() Throwable throwable)
Log an error of the specified category.
- Parameters:
category- Error categoryclazz- Class reporting the errormessage- An optional error messagethrowable- An optional exception
-
-
-
-