json

fun json(logLevel: LogLevel, jsonString: String)(source)
fun json(tag: String, logLevel: LogLevel, jsonString: String)(source)

Print jsonString as json string.

Since

1.3.1

Parameters

logLevel

The log level.

jsonString

The log content.


fun json(level: LogLevel, target: Any)(source)

Print object target to json.

Since

0.5.2

Parameters

level

The log level.

Throws


fun json(tag: String, level: LogLevel, target: Any)(source)

Print object target to json.

Since

0.5.3

Parameters

level

The log level.

Throws