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... | |
![]() | |
def | __init__ (self, args, kwags) |
def | getId (self) |
def | setPluginId |
def | setMetaData |
def | getMetaData (self) |
def | getPluginId (self) |
def | setVersion |
def | getVersion (self) |
Abstract base class for log output classes.
def UM.Logger.LogOutput.__init__ | ( | self, | |
None | |||
) |
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 |