views:

14

answers:

1

Hi all,

What will happen if I disable tracing 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.

+1  A: 

The tracingEnabled attribute specifies whether activity tracing (using the Tracer class) is enabled. It is not related to TraceListeners.

Tuzo