log

fun log(level: LogLevel, tag: String, content: Any, throwable: Throwable?, trace: StackTraceElement = Throwable().stackTrace[2])(source)

By default users should not call this method, this method exists only to facilitate the development of LogCat based logging framework.

Since

1.3.8