warn
Lazy add a log message if isWarnEnabled is true
Lazy add a log message with throwable payload if isWarnEnabled is true
Lazy add a log message with a marker if isWarnEnabled is true
expect abstract fun warn(marker: Marker?, t: Throwable?, msg: () -> Any?)
Content copied to clipboard
Lazy add a log message with a marker and throwable payload if isWarnEnabled is true
Lazy add a log message if isWarnEnabled is true
actual abstract fun warn(marker: Marker?, t: Throwable?, msg: () -> Any?)
Content copied to clipboard
Lazy add a log message with throwable payload if isWarnEnabled is true
Lazy add a log message if isWarnEnabled is true
Lazy add a log message with throwable payload if isWarnEnabled is true