﻿<?xml version="1.0" encoding="utf-8" ?>
<!--
  <copyright file="SetupCmdletsLogging.config" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
-->
<configuration>
  <configSections>
    <section name="wssg.logging" type="Microsoft.WindowsServerSolutions.Diagnostics.Logging.Configuration.LoggingConfigurationSection, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
  </configSections>
  <wssg.logging name="Default" enabled="true" defaultCategory="General">
    <listeners>
      <add
        name="SetupCmdletsTraceListener"
        type="Microsoft.WindowsServerSolutions.Diagnostics.Logging.TraceListeners.RotatingLogTraceListener, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        fileName="SetupCmdlets.log"
        filePathType="Microsoft.WindowsServerSolutions.Common.LoggingDir, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
	header="---------------------------------------------------------"/>
    </listeners>
    <sources>
      <add level="All" name="ICCmdlet">
        <listeners>
          <add name="SetupCmdletsTraceListener" />          
        </listeners>
      </add>
    </sources>
    <predefinedsources>
      <unmatched level="All"  name="AllCategories">
        <listeners>
          <add name="SetupCmdletsTraceListener" />
        </listeners>
      </unmatched>
    </predefinedsources>
  </wssg.logging>
</configuration>
