Easy_logging.LoggingSourceDefault implementation of a Logging module.
val make_logger :
?propagate:bool ->
string ->
Easy_logging__.Logging_types.level ->
Handlers.desc list ->
loggermake_logger name level handlers_descs creates a new logger instance from the given arguments, then register it internally, and returns it.