package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.1.tar.gz
sha256=f64814687276bad56483b2b8dfaaf70d0d6485f67fe5d44bff34bfa47af1896e
md5=3a15a377800cf988a310b4082406c685

doc/orsetto.cf/Cf_journal/class-basic_channel_archiver/index.html

Class Cf_journal.basic_channel_archiver

The basic channel archiver. Use new basic_channel_archiver c to construct an archiver that emits each basic event e with a priority level less than `Fail to the channel c using Printf.fprintf c "%s: %s\n" e#prioritizer#tag e#message.

constraint 'self = 'event Basic.archiver
constraint 'event = [> Basic.level ] Basic.event
method channel : out_channel

Returns the channel used to construct the archiver.

method emit : 'event -> unit

Emits each basic event e with a priority level less than `Fail to the channel c using Printf.fprintf c "%s: %s\n" e#prioritizer#tag e#message.

OCaml

Innovation. Community. Security.