Package VisionEgg :: Module Deprecated :: Class Message
[frames | no frames]

Class Message


DEPRECATED Handles message/warning/error printing, exception raising.

Method Summary
  __init__(self)
  add(self, message, level, preserve_formatting, no_sys_stderr)
  format_string(self, in_str)
  handle(self)

Class Variable Summary
int DEPRECATION = 3                                                                     
int ERROR = 5                                                                     
int FATAL = 6                                                                     
int INFO = 2                                                                     
int NAG = 1                                                                     
int TRIVIAL = 0                                                                     
int WARNING = 4                                                                     

Class Variable Details

DEPRECATION

Type:
int
Value:
3                                                                     

ERROR

Type:
int
Value:
5                                                                     

FATAL

Type:
int
Value:
6                                                                     

INFO

Type:
int
Value:
2                                                                     

NAG

Type:
int
Value:
1                                                                     

TRIVIAL

Type:
int
Value:
0                                                                     

WARNING

Type:
int
Value:
4                                                                     

Generated by Epydoc 2.0 on Fri Sep 19 18:29:35 2003 http://epydoc.sf.net