﻿<?xml version="1.0" encoding="utf-8" ?>
<!--
  <copyright file="MacWebService.Logging.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="MacWebService">
        <listeners>
            <add
              name="SetupTraceListener"
              type="Microsoft.WindowsServerSolutions.Diagnostics.Logging.TraceListeners.RotatingLogTraceListener, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
              fileName="MacWebService.log"
              filePathType="Microsoft.WindowsServerSolutions.Common.LoggingDir, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
          header="---------------------------------------------------------"/>
            <add
              name="SetupVerboseTraceListener"
              type="Microsoft.WindowsServerSolutions.Diagnostics.Logging.TraceListeners.RotatingLogTraceListener, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
              fileName="MacWebService-Verbose.log"
              filePathType="Microsoft.WindowsServerSolutions.Common.LoggingDir, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
          header="---------------------------------------------------------"/>
        </listeners>
        <sources>
            <add level="Verbose" name="MacWebService">
                <listeners>
                    <add name="SetupTraceListener" />
                </listeners>
            </add>
        </sources>
        <predefinedsources>
            <unmatched level="Verbose"  name="AllCategories">
                <listeners>
                    <add name="SetupTraceListener" />
                </listeners>
            </unmatched>
        </predefinedsources>
    </wssg.logging>
</configuration>
