Home | Trees | Indices | Help |
|
---|
|
Interface to the logger used by the avg player. Enables the setting of different logging categories. Categories can be set either by calling Logger.setCategories or by setting the AVG_LOG_CATEGORIES environment variable. Default categories are ERROR, WARNING, and APP. Log output is sent to the console (stderr). Each log entry contains the time the message was written, the category of the entry and the message itself.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |||
|
Properties | |
APP | |
BLTS | |
CONFIG | |
ERROR | |
EVENTS | |
EVENTS2 | |
MEMORY | |
NONE | |
PLUGIN | |
PROFILE | |
PROFILE_LATEFRAMES | |
WARNING | |
Inherited from |
Method Details |
Raises an exception This class cannot be instantiated from Python
|
This method gives access to the logger. There is only one instance. |
Pushes the current set of categories on an internal stack. Useful for saving and restoring the logging state so it can be changed for a short amount of time. |
Sets the types of messages that should be logged.
|
Logs message to the log if category is active.
|
Property Details |
APP
|
BLTS
|
CONFIG
|
ERROR
|
EVENTS
|
EVENTS2
|
MEMORY
|
NONE
|
PLUGIN
|
PROFILE
|
PROFILE_LATEFRAMES
|
WARNING
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 8 16:09:00 2010 | http://epydoc.sourceforge.net |