package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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 = [
  1. | Async.Log.Level.t
  2. | `Error_no_monitor
]