I'm using System.Diagnostics on my Azure instances. I have some settings on my webconfig:
我使用的系统。在我的Azure实例上的诊断。我的webconfig有一些设置:
<system.diagnostics>
<switches>
<!-- Off = 0, Error 1, Warning = 2, Info = 3, Verbose = 4 -->
<add name="logLevel" value="2" />
</switches>
<trace autoflush="true"
...
I would like to know what is the default logLevel value.
我想知道什么是默认的logLevel值。