---
title: newErrorLogEntryNotification
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avplayeritem/newerrorlogentrynotification
---

# newErrorLogEntryNotification

A notification the system posts when a player item adds a new entry to its error log.

## Declaration

```swift
class let newErrorLogEntryNotification: NSNotification.Name
```

## Discussion

Discussion The notification’s object is the player item. important: The system may post this notification on a thread other than the one you use to register the observer.

## See Also

### Observing notifications

- [didPlayToEndTimeNotification](avfoundation/avplayeritem/didplaytoendtimenotification.md)
- [failedToPlayToEndTimeNotification](avfoundation/avplayeritem/failedtoplaytoendtimenotification.md)
- [timeJumpedNotification](avfoundation/avplayeritem/timejumpednotification.md)
- [playbackStalledNotification](avfoundation/avplayeritem/playbackstallednotification.md)
- [mediaSelectionDidChangeNotification](avfoundation/avplayeritem/mediaselectiondidchangenotification.md)
- [recommendedTimeOffsetFromLiveDidChangeNotification](avfoundation/avplayeritem/recommendedtimeoffsetfromlivedidchangenotification.md)
- [newAccessLogEntryNotification](avfoundation/avplayeritem/newaccesslogentrynotification.md)
