Module Easy_logging__.Formatters
Formatting functions
val format_default : Easy_logging__.Logging_types.log_item -> string
Human readable log messages.
val format_color : Easy_logging__.Logging_types.log_item -> string
Human readable log messages, with level depending colors.
val format_json : Easy_logging__.Logging_types.log_item -> string
JSON logs for software interoperability.