package logs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Logging infrastructure for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
logs-0.10.0.tbz
sha512=122b7a77bd07aee1e0cb8e07e82b195a12528cf015e72fa0dd5afaae26ce04bad9b29f32a6d3bd3547fe522b8a036608785e8adb900e31580a0d555719bbb7e7
doc/src/logs.threaded/logs_threaded.ml.html
Source file logs_threaded.ml
1 2 3 4 5 6 7 8 9(*--------------------------------------------------------------------------- Copyright (c) 2019 The logs programmers. All rights reserved. SPDX-License-Identifier: ISC ---------------------------------------------------------------------------*) let enable () = let lock = Mutex.create () in let lock () = Mutex.lock lock and unlock () = Mutex.unlock lock in Logs.set_reporter_mutex ~lock ~unlock
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>