fun asExpectedByDefault(message: String): Unit
Generate a logging message with info level.
message - Message to be logged.
fun asExpectedByDefault(format: String, arg: Any): Unit
Generate a logging message with level of info using the delegate logger.
fun asExpectedByDefault(format: String, arg1: Any, arg2: Any): Unit
Generate a logging message with level of info using the delegate logger.
fun asExpectedByDefault(format: String, vararg arguments: Any): Unit
Generate a logging message with level of info using the delegate logger.
arguments - A list of 3 or more arguments.
fun asExpectedByDefault(msg: String, t: Throwable): Unit
Generate a logging message with level of info using the delegate logger.