logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mail::MtPolicyd::Plugin - a base class for plugins

Attributes

name
       Contains a string with the name of this plugin as specified in the configuration.

   log_level(default:4)
       The log_level used when the plugin calls $self->log( $r, $msg ).

Author

       Markus Benning <ich@markusbenning.de>

Methods

run($r)
       This method has be implemented by the plugin which inherits from this base class.

   log($r,$msg)
       This method could be used by the plugin to log something.

       Since this is mostly for debugging the default is to log plugin specific messages with log_level=4. (see
       log_level attribute)

Name

       Mail::MtPolicyd::Plugin - a base class for plugins

Version

       version 2.05

See Also