package logs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Logging infrastructure for OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      logs-0.9.0.tbz
    
    
        
    
  
  
  
    
  
        sha512=b75fb28e83f33461b06b5c9b60972c4a9a9a1599d637b4a0c7b1e86a87f34fe5361e817cb31f42ad7e7cbb822473b28fab9f58a02870eb189ebe88dae8e045ff
    
    
  doc/index.html
Logs v0.9.0
Logs provides a logging infrastructure.
Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by a reporter. A few optional log reporters are distributed with the package and the API easily allows to implement your own.
See the basics.
Library logs
- LogsLogging.
Libraries logs.{browser,cli,fmt,lwt,threaded}
Each of these modules lives in its own library.
- Logs_browserWeb browser reporters for- Logs.
- Logs_cli- Cmdlinersupport for- Logs.
- Logs_fmt- Formatcolorful reporter for- Logs.
- Logs_lwt- Lwtlogging.
- Logs_threadedThread safe logging.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page