Module Frontend.Log_file_w

type t = {
oc : Stdlib.out_channel;
max_sz : int;
}
val create : fn:string -> max_sz:int -> t
val write : t -> 'a -> [> `Buffer_short | `Ok ]
val close : t -> unit