-
public class PLYLogger
-
-
Method Summary
Modifier and Type Method Description final Unitlog(String message, Throwable throwable, LogLevel logLevel)final Unitd(String message, Throwable throwable, Boolean sendToDiagnostic)final Uniti(String message, Throwable throwable, Boolean sendToDiagnostic)final Unitw(String message, Throwable throwable, Boolean sendToDiagnostic)final Unite(String message, Throwable throwable, Boolean sendToDiagnostic)final UnitinternalLog(String message, Throwable throwable, LogLevel level, Boolean sendToDiagnostic)Internal SDK logging for debug/beta builds only. final StringgetTAG()final StringgetTAG_INTERNAL()-
-
Method Detail
-
internalLog
final Unit internalLog(String message, Throwable throwable, LogLevel level, Boolean sendToDiagnostic)
Internal SDK logging for debug/beta builds only. Bypasses Purchasely.logcatEnabled and custom loggers by design: these logs use TAG_INTERNAL and are intended only for SDK developers.
-
getTAG_INTERNAL
final String getTAG_INTERNAL()
-
-
-
-