0
我在我的Azure實例上使用System.Diagnostics。我在我的webconfig上有一些設置:logLevel的默認值是什麼?
<system.diagnostics>
<switches>
<!-- Off = 0, Error 1, Warning = 2, Info = 3, Verbose = 4 -->
<add name="logLevel" value="2" />
</switches>
<trace autoflush="true"
...
我想知道什麼是默認的logLevel值。