Description Usage Arguments Author(s) See Also
Wrapper around futile.logger::flog.fatal(glue::glue(.msg)), which also throws a true fatal error with the same message, using stop(). Useful if calling within a function body where we want to stop execution, and also ensures the stop() message goes to the console (even if futile.logger messages have been redirected).
1 | gtx_fatal_stop(.msg)
|
.msg |
msg to glue and flog |
Toby Johnson Toby.x.Johnson@gsk.com
Other gtx_log: gtx_debug
,
gtx_error
, gtx_fatal
,
gtx_info
, gtx_warn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.