EventLoggerSource* 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 "hack" directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *
type init_settings = {scuba_table_name : string;log_out : Unix.file_descr;File descriptors for the logger daemon's stdout.
*)log_err : Unix.file_descr;File descriptors for the logger daemon's stderr.
*)}type init_mode = | Event_logger_fakeSends everything to /dev/null.
*)| Event_logger_real of init_settings