info

open fun info(message: () -> Any?)

Lazy add a log message if isInfoEnabled is true

Parameters

message

The message to log


open fun info(throwable: Throwable?, message: () -> Any?)

Lazy add a log message if isInfoEnabled is true

Parameters

throwable

The throwable to log

message

The message to log


open fun info(marker: Marker?, message: () -> Any?)

Lazy add a log message with a marker if isInfoEnabled is true

Parameters

marker

The marker to log

message

The message to log


open fun info(marker: Marker?, throwable: Throwable?, message: () -> Any?)

Lazy add a log message with a marker and throwable if isInfoEnabled is true

Parameters

marker

The marker to log

throwable

The throwable to log

message

The message to log