Uranium
Application Framework
|
Abstract base class for log output classes. More...
Public Member Functions | |
def | __init__ |
Create the log output. More... | |
def | log |
Log a message. More... | |
![]() | |
def | __init__ |
def | getPluginId |
def | setPluginId |
def | setVersion |
def | getVersion |
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 |