| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
SAMPLog
SAMP Hub logging class. It provides methods for gracefully print SAMPy logging messages.
| Instance Methods | |||
|
|||
|
|||
| int |
|
||
| int/str |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
OFF = 0
|
|
ERROR = 1
|
|
WARNING = 2
|
|
INFO = 3
|
|
DEBUG = 4
|
|
| Properties | |
|
Inherited from |
| Method Details |
Log class constructor.
|
Set the logging level. |
Return the current logging level.
|
Translate a logging level from the numeric form to a string form and
vice versa. For example: ERROR is translated in
|
Log an INFO message.
|
Log an ERROR message.
|
Log a WARNING message.
|
Log a DEBUG message.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 4 11:58:39 2011 | http://epydoc.sourceforge.net |