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
- Type: Property
- Namespace: UnityEditor.PackageManager
- Assembly: UnityEditor.CoreModule
public static LogLevel LogLevel { get; set; }
Remarks
For a description of the different log levels, see the documentation for the Client.LogLevel enum.