---
title: MTLFunctionLogDebugLocation
framework: metal
role: symbol
role_heading: Protocol
path: metal/mtlfunctionlogdebuglocation
---

# MTLFunctionLogDebugLocation

The source code that logged a debug message.

## Declaration

```swift
protocol MTLFunctionLogDebugLocation : NSObjectProtocol
```

## Topics

### Inspecting the location details

- [functionName](metal/mtlfunctionlogdebuglocation/functionname.md)
- [url](metal/mtlfunctionlogdebuglocation/url.md)
- [line](metal/mtlfunctionlogdebuglocation/line.md)
- [column](metal/mtlfunctionlogdebuglocation/column.md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Getting execution details

- [debugLocation](metal/mtlfunctionlog/debuglocation.md)
- [encoderLabel](metal/mtlfunctionlog/encoderlabel.md)
- [function](metal/mtlfunctionlog/function.md)
