You can search for identifiers within the package.
in-package search v0.2.0
Module to create handlers that output to a file
type config = {
logs_folder : string;
truncate : bool;
file_perms : int;
date_prefix : string option;
versioning : int option;
suffix : string;
}
val default_config : config
val generate_prefix : config -> string
val generate_filename : config -> string -> string
val make : ?config:config -> Easy_logging__.Logging_types.level -> string -> t