Module type Sdebug.Log

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

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