You can search for identifiers within the package.
in-package search v0.2.0
The worker logger is meant for use with Lwt_utils.worker.
Lwt_utils.worker
val on_event : string -> [ `Started | `Ended | `Failed of string ] -> unit Lwt.t
on_event status emits an event of type t and matches the signature required by Lwt_utils.worker.
on_event status
t