Imandrakit_logLogging utils for ImandraX.
We rely on Logs as a foundation. We have a custom logger able to handle multiple outputs.
module Log_ctx : sig ... endLogging context.
module Log_event : sig ... endEvents.
module Log_google : sig ... endEmit structured logs in the google format
module Log_level : sig ... endLog level
module Log_meta : sig ... endmodule Log_reader : sig ... endLog reader.
module Logger : sig ... endMain logger
module Trace_async : sig ... end