package ez_api

  1. Overview
  2. Docs

doc/src/ez_api.debug_unix/ezDebug.ml.html

Source file ezDebug.ml

1
2
3
4
5
6
7
8
9
10
11
12
(**************************************************************************)
(*                                                                        *)
(*                 Copyright 2018-2022 OCamlPro                           *)
(*                                                                        *)
(*  All rights reserved. This file is distributed under the terms of the  *)
(*  GNU Lesser General Public License version 2.1, with the special       *)
(*  exception on linking described in the file LICENSE.                   *)
(*                                                                        *)
(**************************************************************************)

let printf fmt = Printf.kprintf (fun s -> Format.eprintf "%s@." s) fmt
let log = prerr_endline
OCaml

Innovation. Community. Security.