home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
install.wim
/
1
/
Windows
/
System32
/
NfsConfigGuide.exe.config
< prev
next >
Wrap
Text File
|
2008-01-19
|
989b
|
26 lines
<configuration>
<system.diagnostics>
<switches>
<!-- tracing switches can accept the following values:
0 - No tracing is enabled
17024 - Trace Errors
1024 - Trace Warnings
18048 - Trace Errors and Warnings (default)
117 - Trace execution flow
2071 - Trace data flow
65535 - Trace all
-->
<add name="NfsConfigGuideTrace" value="0" />
<add name="StorageTrace" value="0" />
<add name="DfsFrsTracing" value="0" />
<add name="DfsFrsSnapIn" value="0" />
</switches>
<trace autoflush="true">
<listeners>
<add name="default" type="System.Diagnostics.DefaultTraceListener"/>
<add name="textListener" type ="System.Diagnostics.TextWriterTraceListener" initializeData="NfsConfigGuide.log"/>
</listeners>
</trace>
</system.diagnostics>
</configuration>