logFatalAndCrash

Logs a fatal error and raises an Error to halt execution by crashing the application

@safe
alias logFatalAndCrash = defaultLogFunction!(LogLevel.fatal)

Meta