plover.oslayer.log – User-facing notifications¶
This module provides a log handler for displaying critical notifications in the system GUI.
- class plover.oslayer.log.NotificationHandler¶
A
logging.StreamHandlerthat emits system notifications.On Windows, uses Plyer.
On macOS, uses
NSUserNotificationCenter.On Linux and BSD, uses DBus.
By default, this emits only notifications of level
WARNINGor higher.