Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Easy_logging.Logging
SourceDefault implementation of a Logging module.
val make_logger :
?propagate:bool ->
string ->
Easy_logging__.Logging_types.level ->
Handlers.desc list ->
logger
make_logger name level handlers_descs
creates a new logger instance from the given arguments, then register it internally, and returns it.