package easy_logging

  1. Overview
  2. Docs

Source file easy_logging.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
open Make_logging

module Handlers = Handlers
module Logging = MakeLogging(Handlers)

module Logging_internals =
struct

  module Formatters = Formatters
  module Logging_types = Logging_types
  module MakeLogging = MakeLogging
  module Logging_infra = Logging_infra
  module Colorize = Colorize
end
OCaml

Innovation. Community. Security.