
Infobot::Plugin::Log::Base - Logger base class

0. Fatal errors 1. Critical errors 2. Non-critical warnings and complaints 3. Plugin tick over - any plugins that are hit say they're hit 4. 5. All messages incoming - whether addressed or not - [default] 6. Plugin important - plugins describe what they're doing 7. Plugin detailed - plugins describe in detail what they're doing 8. All incoming events - _default et al 9. All possible information
Calls set_name,
and register
Safetly stashes the log level and reads in values from the config file.
Adds the log to the multiplexer's store
Checks that the log level is appropriate,
and if it is,
passes the message through to the output method.
Accessor to logging level