-
- All Implemented Interfaces:
-
app.rive.RiveLog.Logger
public final class RiveLog.LogcatLogger implements RiveLog.Logger
Implementation that logs to Logcat with lazy
msg()evaluation.
-
-
Constructor Summary
Constructors Constructor Description RiveLog.LogcatLogger()
-
Method Summary
Modifier and Type Method Description Unitv(String tag, Function0<String> msg)Log verbose. Unitd(String tag, Function0<String> msg)Log debug. Uniti(String tag, Function0<String> msg)Log info. Unitw(String tag, Function0<String> msg)Log warning. Unite(String tag, Throwable t, Function0<String> msg)Log error.
-