-
- All Implemented Interfaces:
-
com.facebook.debug.holder.Printer
public class NoopPrinter implements Printer
No-op implementation of Printer.
-
-
Field Summary
Fields Modifier and Type Field Description public final static NoopPrinter
INSTANCE
-
Method Summary
Modifier and Type Method Description void
logMessage(DebugOverlayTag tag, String message, Array<Object> args)
void
logMessage(DebugOverlayTag tag, String message)
boolean
shouldDisplayLogMessage(DebugOverlayTag tag)
-
-
Method Detail
-
logMessage
void logMessage(DebugOverlayTag tag, String message, Array<Object> args)
-
logMessage
void logMessage(DebugOverlayTag tag, String message)
-
shouldDisplayLogMessage
boolean shouldDisplayLogMessage(DebugOverlayTag tag)
-
-
-
-