Functor Sdebug.FLog_color (.ml)

module FLog_color: 
functor (L : Level) ->
functor (M : Color_media) -> Log_color
Creating a colored logging module.
Version: 0.1
Debug.FLog_color
Parameters:
L : Level
M : Color_media

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