Module type Plugin.S


module type S = sig .. end

include Log.Messages
val add_group : string -> Plugin.group
Create a new group inside the plug-in. The given string must be different of all the other group names of this plug-in.
Since Beryllium-20090901
module Help: Plugin.BOOL 
module Verbose: Plugin.INT 
module Debug: Plugin.INT