Ephemeral.Logginglogging.ml - Custom logging and error messages
Represents the severity of a log statement
val _GLOBAL_LOG_LEVEL : log_typeval int_of_log : log_type -> intFollows the order in the type definition, [0:5]
A fatal log statement that immediately exits the program
val _log : log_type -> ('a, unit, string, unit) Stdlib.format4 -> 'aPrints log statements to stdout/stderr