class documentation
class NotificationMixin(UaObject, AbstractUaLogger):
Mixin which implements the AbstractUaLogger interface using their own Notification via composition.
| Async Method | lifecycle |
Initialize the notification. |
| Async Method | ua |
Undocumented |
| Async Method | ua |
Undocumented |
| Async Method | ua |
Undocumented |
| Property | notification |
Return the notification for this object. |
| Instance Variable | __notification |
Undocumented |
@override
async def ua_log_error(self, msg: str, *, severity: int = 999, code: str = '', source: AbstractUaObject | None = None):
¶
Undocumented
@override
async def ua_log_info(self, msg: str, *, severity: int = 0, source: AbstractUaObject | None = None):
¶
Undocumented
@override
async def ua_log_warning(self, msg: str, *, severity: int = 555, source: AbstractUaObject | None = None):
¶
Undocumented