docs/javadoc/reference/com/facebook/cache/common/NoOpCacheErrorLogger.html
|
|
Summary: Methods | Inherited Methods | [Expand All]
public class
extends Object
implements CacheErrorLogger
| java.lang.Object | | ↳ | com.facebook.cache.common.NoOpCacheErrorLogger |
An implementation of CacheErrorLogger that doesn't do anything.
| Public Methods |
|---|
| synchronized static NoOpCacheErrorLogger |
| void |
| Log an error of the specified category. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
| | From interface com.facebook.cache.common.CacheErrorLogger
| abstract void | logError(CacheErrorLogger.CacheErrorCategory category, Class<?> clazz, String message, Throwable throwable) Log an error of the specified category. |
|
Log an error of the specified category.
| category | Error category | | clazz | Class reporting the error | | message | An optional error message | | throwable | An optional exception |
+Generated by Doclava. +