Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


logging

Control debug logging. This setting only affects development builds. All logging is disabled in release builds. This setting can also be controlled after startup using IDevelopmentSettings.Logging. Logging is disabled by default.
Read time 1 minuteLast updated 11 days ago

Definition

public bool logging { get; set; }