# logObjCUncaughtExceptions

> Are ObjC uncaught exceptions logged?

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static bool logObjCUncaughtExceptions { get; set; }
```

### Remarks

Enables a custom Objective-C Uncaught Exception handler, which will print exception information to console.
