Module Tezos_base_unix

module Event_loop : sig ... end

The Event_loop module provides an abstraction layer on top of promises for use in the Octez codebase.

module External_process : sig ... end
module External_process_main : sig ... end
module External_process_parameters : sig ... end
module File_descriptor_sink : sig ... end

An implementation of Tezos_base.Internal_event.SINK which writes the events as JSON or pretty printed into a single file-descriptor.

module File_event_sink : sig ... end

An implementation of Tezos_base.Internal_event.SINK which writes the events as JSON files in a given directory structure.

module Gc_setup : sig ... end
module Hypervisor_process_main : sig ... end
module Internal_event_unix : sig ... end

Configure the event-logging framework for UNIX-based applications.

module Logs_simple_config : sig ... end
module Lwt_process_watchdog : sig ... end
module P2p_resolve : sig ... end
module Protocol_files : sig ... end
module Socket : sig ... end
module Syslog : sig ... end

Syslog primitives based on the syslog(3) function.