# GetPanelLogLevel(IPanel)

> Gets the log level for binding failures on a panel.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public static BindingLogLevel GetPanelLogLevel(IPanel panel)
```

### Parameters

**** (\[IPanel]\(/engine/6000.3/script-reference/unityengine/uielements/ipanel)):&#x20;

### Returns

| Type                                                                                         | Description           |
| -------------------------------------------------------------------------------------------- | --------------------- |
| [BindingLogLevel](/engine/6000.3/script-reference/unityengine/uielements/bindingloglevel.md) | The global log level. |
