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.9.0.tbz
    
    
        
    
  
  
  
    
  
        sha512=b75fb28e83f33461b06b5c9b60972c4a9a9a1599d637b4a0c7b1e86a87f34fe5361e817cb31f42ad7e7cbb822473b28fab9f58a02870eb189ebe88dae8e045ff
    
    
  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)"
  >