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

Class Message

source code

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



Instance Methods
 
__init__(self) source code
 
add(self, message, level=INFO, preserve_formatting=0, no_sys_stderr=0) source code
 
format_string(self, in_str) source code
 
handle(self) source code
Class Variables
  TRIVIAL = 0
  NAG = 1
  INFO = 2
  DEPRECATION = 3
  WARNING = 4
  ERROR = 5
  FATAL = 6