Module type Sdebug.Log_color

module type Log_color = sig .. end
Type of a logging module.
Version: 0.1
Debug.Log_color

include Sdebug.Level
include Sdebug.Color_media
val print : ?level:int -> string -> unit