All Projects → sindresorhus → LogDistributedNotifications

sindresorhus / LogDistributedNotifications

Licence: MIT license
Log distributed notifications on macOS

Programming Languages

swift
15916 projects

LogDistributedNotifications

Log distributed notifications on macOS

Can be useful for checking if certain events are sent or investigating how some system functionality works.

Usage

$ git clone https://github.com/sindresorhus/LogDistributedNotifications
$ swift run
name = _NSDoNotDisturbEnabledNotification, object = nil, userInfo = nil
name = _NSDoNotDisturbDisabledNotification, object = nil, userInfo = nil
name = com.apple.HIToolbox.beginMenuTrackingNotification, object = nil, userInfo = Optional([AnyHashable("ToolboxMessageEventData"): 563])
name = com.apple.HIToolbox.endMenuTrackingNotification, object = nil, userInfo = nil
name = com.apple.HIToolbox.beginMenuTrackingNotification, object = nil, userInfo = Optional([AnyHashable("ToolboxMessageEventData"): 735])
name = com.apple.backup.DiscoverHookClientsNotification, object = Optional(com.apple.backup.BackupObject), userInfo = nil
name = com.apple.HIToolbox.endMenuTrackingNotification, object = nil, userInfo = nil

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].