package tezos-protocol-demo-noops

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type level =
  1. | Debug
  2. | Info
  3. | Notice
  4. | Warning
  5. | Error
  6. | Fatal
val log : level -> ('a, Format.formatter, unit, unit) Pervasives.format4 -> 'a
val log_string : level -> string -> unit