package async_log
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/ppx_log_syntax.ml.html
Source file ppx_log_syntax.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
open! Core open! Import module T = struct type t = Log.t type time = Time_float.t type return_type = unit let would_log = Log.would_log let message = Log.structured_message let default = () end include T module Global = struct type return_type = unit let default = () let would_log = Global.would_log let message = Global.structured_message end module No_global = struct module Ppx_log_syntax = struct include T module Global = struct type return_type = [ `Do_not_use_because_it_will_not_log ] let default = `Do_not_use_because_it_will_not_log let would_log _ = false let message ?level:_ ?time:_ ?tags:_ _ _ = `Do_not_use_because_it_will_not_log end end end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>