error

actual abstract fun error(msg: () -> Any?)
actual abstract fun error(marker: Marker?, msg: () -> Any?)

Lazy add a log message if isErrorEnabled is true


actual abstract fun error(t: Throwable?, msg: () -> Any?)
actual abstract fun error(    marker: Marker?,     t: Throwable?,     msg: () -> Any?)

Lazy add a log message with throwable payload if isErrorEnabled is true

actual abstract fun error(msg: () -> Any?)

Lazy add a log message if isErrorEnabled is true


actual abstract fun error(t: Throwable?, msg: () -> Any?)

Lazy add a log message with throwable payload if isErrorEnabled is true

actual abstract fun error(msg: () -> Any?)
actual abstract fun error(marker: Marker?, msg: () -> Any?)

Lazy add a log message if isErrorEnabled is true


actual abstract fun error(t: Throwable?, msg: () -> Any?)
actual abstract fun error(    marker: Marker?,     t: Throwable?,     msg: () -> Any?)

Lazy add a log message with throwable payload if isErrorEnabled is true

expect abstract fun error(msg: () -> Any?)

Lazy add a log message if isErrorEnabled is true


expect abstract fun error(t: Throwable?, msg: () -> Any?)

Lazy add a log message with throwable payload if isErrorEnabled is true


expect abstract fun error(marker: Marker?, msg: () -> Any?)

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


expect abstract fun error(    marker: Marker?,     t: Throwable?,     msg: () -> Any?)

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