|
Uranium
Application Framework
|
Abstract base class for log output classes. More...
Public Member Functions | |
| def | __init__ (self) |
| Create the log output. More... | |
| def | log |
| Log a message. More... | |
Public Member Functions inherited from UM.PluginObject.PluginObject | |
| def | __init__ (self) |
| def | getPluginId (self) |
| def | setPluginId (self, plugin_id) |
Abstract base class for log output classes.
| def UM.Logger.LogOutput.__init__ | ( | self | ) |
Create the log output.
This is called during the plug-in loading stage.
| def UM.Logger.LogOutput.log | ( | self, | |
| log_type | |||
| ) |
Log a message.
The possible message types are:
| log_type | string A value describing the type of message. |
| message | string The message to log. |
| NotImplementedError |