package async_log

  1. Overview
  2. Docs
Logging library built on top of Async_unix

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=2dae248d74c23aa6a1e0bc38d5b34c975eb4dfbdf32f0970641b5befd8385720

doc/src/async_log.kernel/async_log_kernel.ml.html

Source file async_log_kernel.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module Global = Global
module Level = Level
module Log = Log
module Message = Message
module Message_event = Message_event

module Output = struct
  include Output
  module Format = Output_format
end

module Ppx_log_syntax = struct
  module Ppx_log_syntax = Ppx_log_syntax
end

module For_testing = struct
  module Mutable_outputs = Mutable_outputs
end
OCaml

Innovation. Community. Security.