package easy_logging

  1. Overview
  2. Docs

Module Handlers.FileHandlerSource

Module to create handlers that output to a file

Sourcetype config = {
  1. logs_folder : string;
  2. truncate : bool;
  3. file_perms : int;
  4. date_prefix : string option;
  5. versioning : int option;
  6. suffix : string;
}
Sourceval default_config : config
Sourceval generate_prefix : config -> string
Sourceval generate_filename : config -> string -> string
Sourceval make : ?config:config -> Easy_logging__.Logging_types.level -> string -> t
OCaml

Innovation. Community. Security.