---
title: AVPlayerItemAccessLog
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avplayeritemaccesslog
---

# AVPlayerItemAccessLog

An object used to retrieve the access log associated with a player item.

## Declaration

```swift
class AVPlayerItemAccessLog
```

## Overview

Overview An AVPlayerItemAccessLog object accumulates key metrics about network playback and presents them as a collection of AVPlayerItemAccessLogEvent instances. Each event instance collates the data that relates to each uninterrupted period of playback.

## Topics

### Accessing log data

- [events](avfoundation/avplayeritemaccesslog/events.md)
- [extendedLogData()](avfoundation/avplayeritemaccesslog/extendedlogdata().md)
- [extendedLogDataStringEncoding](avfoundation/avplayeritemaccesslog/extendedlogdatastringencoding.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing logging information

- [accessLog()](avfoundation/avplayeritem/accesslog().md)
- [AVPlayerItemAccessLogEvent](avfoundation/avplayeritemaccesslogevent.md)
- [errorLog()](avfoundation/avplayeritem/errorlog().md)
- [AVPlayerItemErrorLog](avfoundation/avplayeritemerrorlog.md)
- [AVPlayerItemErrorLogEvent](avfoundation/avplayeritemerrorlogevent.md)
