package tezos-rpc-http-server

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

This module is internal to the RPC layer. It provides logging interface required by resto HTTP library and translates its log messages to events in Tezos' internal logging system. It is not intended to be used for any other purpose. For your own logging use Internal_event.Simple instead.

val debug : ('a, Format.formatter, unit, unit) format4 -> 'a
val log_info : ('a, Format.formatter, unit, unit) format4 -> 'a
val log_notice : ('a, Format.formatter, unit, unit) format4 -> 'a
val warn : ('a, Format.formatter, unit, unit) format4 -> 'a
val log_error : ('a, Format.formatter, unit, unit) format4 -> 'a
val lwt_debug : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
val lwt_log_info : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
val lwt_log_notice : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
val lwt_warn : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a
val lwt_log_error : ('a, Format.formatter, unit, unit Lwt.t) format4 -> 'a