e

open override fun e(tag: String?, message: String?)

Writes tag and message to the log file and also calls Log.e with given params.


fun e(tag: String?, where: String?, e: Throwable)

Writes a message about exception to system log and to the file.

Parameters

tag

tag string

where

a string describing where the exception happened

e

an exception which class name and message will be saved in log


fun e(message: String?)