# LogDistributedNotifications **Repository Path**: mirrors_sindresorhus/LogDistributedNotifications ## Basic Information - **Project Name**: LogDistributedNotifications - **Description**: Log distributed notifications on macOS - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LogDistributedNotifications **This no longer works because of changes in recent macOS versions** > Log [distributed notifications](https://developer.apple.com/documentation/foundation/distributednotificationcenter) on macOS Can be useful for checking if certain events are sent or investigating how some system functionality works. ## Usage ```console $ 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 ```