Package turbogears :: Module controllers :: Class RootController

Class RootController

source code

object --+    
         |    
Controller --+
             |
            RootController
Known Subclasses:

Base class for the root of a web application.

Your web application should have one of these. The root of your application is used to compute URLs used by your app.

Instance Methods

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  is_app_root = True
  msglog = logging.getLogger('cherrypy.msg')
  msglogfunc = {0: <bound method Logger.info of <logging.Logger ...
  accesslog = logging.getLogger("turbogears.access")
Properties

Inherited from object: __class__

Class Variable Details

msglogfunc

Value:
{0: <bound method Logger.info of <logging.Logger instance at 0x8b3386c\
>>,
 1: <bound method Logger.warning of <logging.Logger instance at 0x8b33\
86c>>,
 2: <bound method Logger.error of <logging.Logger instance at 0x8b3386\
c>>}