package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

doc/octez-shell-libs.shell-services/Tezos_shell_services/Protocol_logging/index.html

Module Tezos_shell_services.Protocol_loggingSource

Sourceval make_asynchronous_log_message_consumer : unit -> Tezos_base.TzPervasives.Internal_event.level -> string -> unit

make_asynchronous_log_message_consumer () returns a function that can be used with the Protocol's set_log_message_consumer. The partial application (with a single () argument) sets up the necessary machinery (message buffer, error management, etc.) to handle the protocol's messages.

Sourceval make_log_message_consumer : unit -> Tezos_base.TzPervasives.Internal_event.level -> string -> unit

make_log_message_consumer () returns a function that can be used with the Protocol's set_log_message_consumer. This implementation is synchronous.

OCaml

Innovation. Community. Security.