Logging Application Block
What will happen if I disable tracing 开发者_StackOverflow社区in Logging Application Block
E.g.
<loggingConfiguration name="Logging Application Block" tracingEnabled="false" defaultCategory="" logWarningsWhenNoCategoriesMatch="true">
<listeners>
.....
I have only one Trace and Trace Listener.
The tracingEnabled attribute specifies whether activity tracing (using the Tracer class) is enabled. It is not related to TraceListeners.
精彩评论