This version of Unity is unsupported.

Binding.SetGlobalLogLevel

Declaration

public static void SetGlobalLogLevel(UIElements.BindingLogLevel logLevel);

Parameters

logLevel The log level.

Description

Sets the log level for all binding failures.

This can be overriden per panel using SetPanelLogLevel.