onFilter

fun onFilter(block: (tag: String?, message: String, throwable: Throwable?, level: LogLevel) -> Unit)

With onRelease block, we define our api for logging in release mode like use crash service.

Since

1.7.0