| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
LogManager
Log manager provides convenient apis to access engine logging functionality. You can set log targets individually (prompt, file). You can also adjust things like visible modules through log manager.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructs new log manager
|
Adds modules that are visible in logs. By default, all modules are disabled. Does not remove previously visible modules
See Also: modules.h file for available modules in the engine |
Removes modules that are visible in logs. By default, all modules are disabled.
See Also: addVisibleModules |
Gets currently visible modules See Also: addVisibleModules |
Sets visible modules. Clears previously set modules.
See Also: addVisibleModules |
Sets the minimum log level to view.
@param fltr: The filter level
Valid values:
fife.LogManager.LEVEL_DEBUG
fife.LogManager.LEVEL_LOG
fife.LogManager.LEVEL_WARN
fife.LogManager.LEVEL_ERROR
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 10 00:00:30 2012 | http://epydoc.sourceforge.net |