Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LogLevel

Gets or sets the log level that the Package Manager uses when logging to the Editor.log and upm.log files. Defaults to LogLevel.Info.
Read time 1 minuteLast updated 10 days ago

Definition

public static LogLevel LogLevel { get; set; }

Remarks

For a description of the different log levels, see the documentation for the Client.LogLevel enum.