Module Async_smtp__Mail_log.Level
Augment Log.Level
with `Error_no_monitor
which are errors that are not reported by the RPC Monitor.errors
. It should be thought of as having severity between that of `Info
and `Error
type t
=[
|
Async.Log.Level.t
|
`Error_no_monitor
]