Package pyrobot :: Package gui :: Module console
[frames | no frames]

Module pyrobot.gui.console

Function Summary
  colorize(txt, col)
Return colorized text...
  log(level, message)
  setVerbosity(level)

Variable Summary
int DEBUG = 4                                                                     
int ERROR = 1                                                                     
int FATAL = 0                                                                     
int INFO = 3                                                                     
int USE_COLOR = 0                                                                     
int verbosityLevel = 4                                                                     
list verbosityMessage = ['fatal', 'error', 'warning', 'info',...
int WARNING = 2                                                                     

Function Details

colorize(txt, col)

Return colorized text

Variable Details

DEBUG

Type:
int
Value:
4                                                                     

ERROR

Type:
int
Value:
1                                                                     

FATAL

Type:
int
Value:
0                                                                     

INFO

Type:
int
Value:
3                                                                     

USE_COLOR

Type:
int
Value:
0                                                                     

verbosityLevel

Type:
int
Value:
4                                                                     

verbosityMessage

Type:
list
Value:
['fatal', 'error', 'warning', 'info', 'debug']                         

WARNING

Type:
int
Value:
2                                                                     

Generated by Epydoc 2.1 on Mon Jul 25 01:39:26 2005 http://epydoc.sf.net