Back to Fresco

NoOpCacheErrorLogger

docs/javadoc/reference/com/facebook/cache/common/NoOpCacheErrorLogger.html

3.6.013.0 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

Summary: Methods | Inherited Methods | [Expand All]

public class

NoOpCacheErrorLogger

extends Object
implements CacheErrorLogger

| java.lang.Object | | ↳ | com.facebook.cache.common.NoOpCacheErrorLogger |

Class Overview

An implementation of CacheErrorLogger that doesn't do anything.

Summary

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. |

|

Public Methods

public static synchronized NoOpCacheErrorLogger getInstance()

public void logError(CacheErrorLogger.CacheErrorCategory category, Class<?> clazz, String message, Throwable throwable)

Log an error of the specified category.

Parameters

| category | Error category | | clazz | Class reporting the error | | message | An optional error message | | throwable | An optional exception |

+Generated by Doclava. +