Home | Trees | Indices | Help |
|
---|
|
Use this to output (cumulatively) text at the bottom of the HTML page. NOTE: This module is for convenience only and uses pyjamas.logging, a ported version of Python's logging module. You can use Pyjamas' logging directly as you would with Python, at your option.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__logger = logging.getAppendLogger(__name__, logging.DEBUG, lo
|
|
Replace the logger currently in use by a new one, e.g. log.setLogger(logging.getXxxxLogger()) ... Xxxx = Alert, Append, Console |
Deprecated: (since='0.8', replacement=logging.debug) |
Deprecated: (since='0.8', replacement=logging.debug) |
|
__logger
|
Home | Trees | Indices | Help |
|
---|
http://epydoc.sourceforge.net |