logw

fun PipelineContext<*, *, *>.logw(tag: String? = config.name, message: () -> String)

Shorthand for log with StoreLogLevel.Warn as the log level.


fun PipelineContext<*, *, *>.logw(e: Exception, tag: String? = config.name)

Shorthand for logging an exception with StoreLogLevel.Warn as the log level.