Ags.Log
- Subclasses:
 
None
 
Class Details
- 
class Ags.Log(**kwargs)
 
- Bases:
 
GObject.Object
 
- Abstract:
 
No
 
- Structure:
 
Ags.LogClass
 
- 
classmethod get_instance()
 
- Returns:
 
the Ags.Log instance
 
- Return type:
 
Ags.Log
 
Get your logging instance.
- 
classmethod new()
 
- Returns:
 
the new instance
 
- Return type:
 
Ags.Log
 
Instantiate a new Ags.Log.
- 
add_message(str)
 
- Parameters:
 
str (str) – the message
 
Add a message to self.
- 
get_messages()
 
- Returns:
 
the GLib.List-struct containing log messages
 
- Return type:
 
[str]
 
Get log messages as GLib.List-struct containing strings.