loge

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

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


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

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