Frama-C API - S_no_log
Special signature for Kernel services, whose messages are handled in an ad'hoc manner. Should not be of any use for a standard plug-in, who would rather rely on Plugin.S below.
val add_group : ?memo:bool -> string -> Cmdline.Group.tCreate a new group inside the plug-in. The given string must be different of all the other group names of this plug-in if memo is false. If memo is true the function will either create a fresh group or return an existing group of the same name in the same plugin. memo defaults to false
module Verbose : Parameter_sig.Intmodule Debug : Parameter_sig.Intmodule Message_category : Parameter_sig.Stringmodule Warn_category : Parameter_sig.Stringmodule Lib : Parameter_sig.Site_rootHandle the specific `lib' directory of the plug-in.
Handle the specific `share' directory of the plug-in.
module Session : Parameter_sig.User_dir_optHandle the specific `session' directory of the plug-in.
module Cache_dir () : Parameter_sig.User_dir_optHandle the specific `cache' directory of the plug-in.
module Config_dir () : Parameter_sig.User_dir_optHandle the specific `config' directory of the plug-in.
module State_dir () : Parameter_sig.User_dir_optHandle the specific `state' directory of the plug-in.
val help : Cmdline.Group.tThe group containing option -*-help.
val messages : Cmdline.Group.tThe group containing options -*-debug and -*-verbose.
val grp_debug : Cmdline.Group.tGroup containing debug options.
