log
abstract fun log(logLevel: MockzillaConfig.LogLevel, message: String, tag: String, throwable: Throwable? = null)
Called by Mockzilla for each log entry.
Parameters
logLevel
The severity of this log entry.
message
The log message.
tag
The source tag identifying the component that produced this log entry.
throwable
An associated exception, if any.