Class type Output.impl

class type impl = object .. end
The type of output objects, that is concrete implementation.

method write : string -> unit
Method called to actually write data. This method is reponsible for rotation handling.
method close : unit
Method called to close the underlying data container.