Owl_logLog module provides logging functionality.
val set_level : level -> unitThis function sets the global logging level. Low level logging will be omitted.
This function sets the channel for the logging output. The default one is the standard output.
This function outputs log at DEBUG level.
This function outputs log at INFO level.
This function outputs log at WARN level.
This function outputs log at ERROR level.