package devkit

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

Module Logger.MakeSource

Parameters

module T : Put

Signature

Sourceval debug_s : facil -> string -> unit
Sourceval info_s : facil -> string -> unit
Sourceval warn_s : facil -> string -> unit
Sourceval error_s : facil -> string -> unit
Sourceval put_s : level -> facil -> string -> unit
Sourceval debug : facil -> ('a, unit, string, unit) format4 -> 'a
Sourceval info : facil -> ('a, unit, string, unit) format4 -> 'a
Sourceval warn : facil -> ('a, unit, string, unit) format4 -> 'a
Sourceval error : facil -> ('a, unit, string, unit) format4 -> 'a
OCaml

Innovation. Community. Security.