Hh_logger* 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 dupe_log : (string * Core_kernel.out_channel) option Core_kernel.refval set_log : string -> Core_kernel.out_channel -> unitval get_log_name : unit -> string Core_kernel.Option.tval print :
('a, unit, string, string, string, Base.unit) Core_kernel.format6 ->
'amodule Level : sig ... endval log :
?lvl:Level.t ->
('a, unit, string, string, string, unit) Core_kernel.format6 ->
'aval fatal : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'aval error : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'aval warn : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'aval info : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'aval debug : ('a, unit, string, string, string, unit) Core_kernel.format6 -> 'a