module Pdfe:sig..end
Errors
typelogger =string -> unit
The type of loggers. Subject to change.
val default : loggerDefault error logger, writes the string to stderr and flushes.
val logger : logger Stdlib.refThe current error logger, set to default upon startup.
val suppress_adjacent_duplicates : bool Stdlib.refIf set (default clear), identical errors in sequence will be supressed.
val log : loggerLog a string.
val logf : ('a -> string, unit, string) Stdlib.format -> 'a -> unitLog a formatted string, similar to printf.