| Trees | Indices | Help |
|---|
|
|
Defines a function for configuring the standard Python logging module, a class that redirects print statements through the configured logging system, and a class that defines a logging handler using XML-RPC as the transport.
Author: Peter Parente
Organization: IBM Corporation
Copyright: Copyright (c) 2005, 2007 IBM Corporation
License: The BSD License
All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php
|
|||
|
XMLRPCHandler Defines an XML-RPC handler for the standard Python logging system. |
|||
|
PrintLogger Provides a dirt-simple interface compatible with stdout and stderr. |
|||
|
|||
|
|||
|
|||
| string |
LOG_FORMAT = '[%(name)s %(levelname)s %(asctime)s] %(message)s'Default log output format |
||
|
|||
Configures the logging system based on the setting specified on the command line or Python logging module compatible configuration file. Defaults to logging messages at the INFO level or higher to stdout. Options in the configuration file always override those given on the command line.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:14 2007 | http://epydoc.sourceforge.net |