Module type Plugin.S

module type S = sig .. end
Provided plug-general services for plug-ins.
Since Beryllium-20090601-beta1
Change in Chlorine-20180501: removed programmatic access to Debug_category: managing categories is now entirely done by Log.Messages
Consult the Plugin Development Guide for additional details.

include Log.Messages
include Plugin.S_no_log