STWFallbackLogger

interface STWFallbackLogger

This interface is used in order to fallback all the logs to caller.

Note : if this callback is not null, all logs are no more handled by this library and it will be fallback to the implemented class

Functions

Link copied to clipboard
abstract fun fallbackLog(    @NonNull logLevel: LogLevel,     @Nullable tag: String,     @NonNull message: String)