Function

log_failure_description(_:_:in:at:)

Logs to the standard error a description of a failure with the given properties iff the program is built for executing in a hosted environment.

Source
fun log_failure_description(
   _ title: String,
   _ message: String,
   in file: String,
   at line: Int
)