Package turbogears :: Module controllers :: Class RootController
[hide private]

Class RootController

source code


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 [hide private]
 
_cp_log_message(self, msg, context='nocontext', severity=0) source code
 
_cp_log_access(self) source code

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

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

Inherited from object: __class__

Class Variable Details [hide private]

msglogfunc

Value:
{0: <bound method Logger.info of <logging.Logger instance at 0x1552c68\
>>,
 1: <bound method Logger.warning of <logging.Logger instance at 0x1552\
c68>>,
 2: <bound method Logger.error of <logging.Logger instance at 0x1552c6\
8>>}