# ResetPanelLogLevel(IPanel)

> Resets the log level for binding failures on a panel to use the global setting.

## Definition

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

```csharp
public static void ResetPanelLogLevel(IPanel panel)
```

### Parameters

**** (\[IPanel]\(/engine/6000.7/script-reference/unityengine/uielements/ipanel)): The panel to reset the global log level.

### Remarks

You can use [Binding.SetGlobalLogLevel](/engine/6000.7/script-reference/unityengine/uielements/binding/setgloballoglevel.md) to reset the global log level.
