---
title: accessLog
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpmovieplayercontroller/accesslog
---

# accessLog

A snapshot of the network playback log for the movie player if it is playing a network stream.

## Declaration

```swift
var accessLog: MPMovieAccessLog! { get }
```

## Discussion

Discussion Can be nil. For information about movie access logs, refer to MPMovieAccessLog.

## See Also

### Retrieving movie logs

- [errorLog](mediaplayer/mpmovieplayercontroller/errorlog.md)
