12 lines
695 B
OCaml
12 lines
695 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2016. *)
|
|
(* Dynamic Ledger Solutions , Inc.< contact@tezos.com > *)
|
|
(* *)
|
|
(* All rights reserved.No warranty , explicit or implicit , provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
let name = "Isolate Helpers"
|
|
include Logging.Make(struct let name = name end)
|