Package plugins :: Module helpers
[hide private]
[frames] | no frames]

Module helpers

source code

Helper code related to plug-ins management system.

Author: Mateusz Biliński <mateusz@bilinski.it>

Since: 30th May 2008

Copyright: Copyright (2008) Mateusz Biliński <mateusz@bilinski.it>

License: GPL

Classes [hide private]
  log_calls
Decorator class for functions to easily log when they are entered and left.
  Singleton
Singleton metaclass.
Variables [hide private]
logging.Logger log = logging.getLogger('gajim.plugin_system')
Logger for code related to plug-in system.
  consoleloghandler = logging.StreamHandler()

Imports: logging, functools


Variables Details [hide private]

log

Logger for code related to plug-in system.
Type:
logging.Logger
Value:
logging.getLogger('gajim.plugin_system')

consoleloghandler

Value:
logging.StreamHandler()