Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BindingLogLevel

Options to change the log level for warnings that occur during the update of data bindings.
Read time 1 minuteLast updated 4 days ago

Definition

public enum BindingLogLevel

Remarks

This option can be changed using Binding.SetGlobalLogLevel or Binding.SetPanelLogLevel. Changing the global level won't change the log level of a panel if it already has an override.

Fields

Value

Description

AllLog warnings to the console when a binding is updated.
NoneNever log warnings.
OnceLog warnings only once when the result of the binding changes.