Creating your own verbosity manager

You can create your own verbosity manager for the code you use taking as example one of the GAMOS verbosity managers (for example the class GmGenerVerbostityMgr in the package GamosCore/GamosGenerator).

First create a class inheriting from GmVerbosityMgr and fill it as follows:

Finally you have to transform your class into a plug-in:


      DEFINE_GAMOS_VERBOSITY(MyVerbosityMgr);