Changes
/* loggingConfiguration */
<listeners>
<add name="log.warning" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
<add name="log.error" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
<add name="log.assertion" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
<add name="log.debug" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
<add name="log.error.header" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
<add name="servicelog" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
<add name="servicelog.rolling" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
</listeners>
<formatters>
<add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" template="Timestamp: {timestamp}{newline}ਐMessage: {message}{newline}ਐCategory: {category}{newline}ਐPriority: {priority}{newline}ਐEventId: {eventid}{newline}ਐSeverity: {severity}{newline}ਐTitle:{title}{newline}ਐMachine: {localMachine}{newline}ਐApp Domain: {localAppDomain}{newline}ਐProcessId: {localProcessId}{newline}ਐProcess Name: {localProcessName}{newline}ਐThread Name: {threadName}{newline}ਐWin32 ThreadId:{win32ThreadId}{newline}ਐExtended Properties: {dictionary({key} - {value}{newline})}" name="Text FormatterFULL" /> <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" template="{timestamp}{newline}ਐ{category} [{eventid}]{newline}ਐ{processName}{newline}ਐ{message}{newline}" name="Text Formatter ASSERTION" /> <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" template="{timestamp}{newline}ਐ{category} [{eventid}]ਐ{processName}{newline}ਐ{message}{newline}ਐExtended Properties: {dictionary({key} - {value}{newline})}" name="Text Formatter SMALL" /> <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" template="{timestamp} {message}{newline}" name="Text Formatter TINY" /> <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" template="{timestamp}{newline}ਐ{processName}{newline}ਐ{newline}ਐParameter: {newline}ਐ----------------{newline}ਐ{dictionary({key} - {value}{newline})}ਐ{newline}ਐResult:{newline}ਐ----------------{newline}ਐ{message}{newline}ਐਐ" name="Text Formatter.SERVICE" />
</formatters>
<categorySources>
<add switchValue="All" name="ASSERTION">
<listeners>
<add name="log.assertion" />
</listeners>
</add>
<add switchValue="All" name="WARNING">
<listeners>
<add name="log.warning" />
</listeners>
</add>
<add switchValue="All" name="ERROR">
<listeners>
<add name="log.error.header" />
</listeners>
</add>
<add switchValue="All" name="DEBUG">
<listeners>
<add name="log.debug" />
</listeners>
</add>
<add switchValue="All" name="EXCEPTION">
<listeners>
<add name="log.error" />
</listeners>
</add>
<add switchValue="All" name="SERVICE">
<listeners>
<add name="servicelog.rolling" />
</listeners>
</add>
</categorySources>
<specialSources>
<allEvents switchValue="All" name="All Events" /> <notProcessed switchValue="All" name="Unprocessed Category" />
<errors switchValue="All" name="Logging Errors & Warnings">
<listeners>
<add name="log.error" />
</listeners>
</errors>