We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593fa96 commit 4713e17Copy full SHA for 4713e17
Assets/ArtNet/Runtime/Scripts/Common/Config.cs
@@ -10,6 +10,7 @@ public class Config : ScriptableObject
10
11
private const int Priority = 20000;
12
13
+ [Header("Log Settings")]
14
[SerializeField] private bool _enableLogging = true;
15
[SerializeField] private LogLevel _logLevel = Const.Config.DefaultLogLevel;
16
0 commit comments