6.98. sibl_gui.components.addons.loggingNotifier.loggingNotifier

loggingNotifier.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the LoggingNotifier Component Interface class.

Others:

6.98.1. Module Attributes

sibl_gui.components.addons.loggingNotifier.loggingNotifier.LOGGER

6.98.2. Classes

class sibl_gui.components.addons.loggingNotifier.loggingNotifier.LoggingNotifier(name=None)[source]

Bases: manager.component.Component

This class is the sibl_gui.components.addons.loggingNotifier.loggingNotifier Component Interface class.
It displays Application logging messages in the Application status bar.
The full Application logging history is available through the sibl_gui.components.addons.loggingWindow.loggingWindow Component.
Parameters:name – Component name. ( String )
engine[source]

This method is the property for self.__engine attribute.

Returns:self.__engine. ( QObject )
memoryHandlerStackDepth[source]

This method is the property for self.__memoryHandlerStackDepth attribute.

Returns:self.__memoryHandlerStackDepth. ( Integer )
activate(engine)[source]

This method activates the Component.

Parameters:engine – Engine to attach the Component to. ( QObject )
Returns:Method success. ( Boolean )
deactivate()[source]

This method deactivates the Component.

Returns:Method success. ( Boolean )
initialize()[source]

This method initializes the Component.

Returns:Method success. ( Boolean )
uninitialize()[source]

This method uninitializes the Component.

Returns:Method success. ( Boolean )