package hack_parallel

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

* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *

val timestamp_string : unit -> string
val dupe_log : (string * Core_kernel.out_channel) option Core_kernel.ref
val set_log : string -> Core_kernel.out_channel -> unit
val get_log_name : unit -> string Core_kernel.Option.t
val print_raw : string -> Base.unit
val print : ('a, unit, string, string, string, Base.unit) Core_kernel.format6 -> 'a
val print_duration : string -> float -> float
val exc : ?prefix:string -> Core_kernel.Exn.t -> unit
module Level : sig ... end
val log : ?lvl:Level.t -> ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a
val log_duration : string -> float -> float
val fatal : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a
val error : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a
val warn : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a
val info : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a
val debug : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a