Skip to content

Commit

Permalink
mp configuration app config => added CW.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibman authored and Sebastiii committed Jan 6, 2013
1 parent f9be5f0 commit a15bd6a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions mediaportal/Configuration/App.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
<?xml version="1.0"?>
<configuration>

<configSections>
<section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
</configSections>

<castle>
<facilities>
<!--- log4net logging, see log.config for log4net options -->
<facility id="log4netFacility"
type="Castle.Facilities.Logging.LoggingFacility, Castle.Facilities.Logging"
loggingApi="log4net"
configFile="log4net.config"
/>
/>
</facilities>

<!-- enable this PluginExceptionInterceptor to catch-log-rethrow all plugin based exceptions-->
<components>
<component id="PluginExceptionInterceptor"
service="Castle.DynamicProxy.IInterceptor, Castle.Core"
type="Mediaportal.TV.Server.Plugins.Base.PluginExceptionInterceptor, Mediaportal.TV.Server.Plugins.Base"
lifestyle="singleton"/>
</components>
</castle>

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins\ExternalPlayers;plugins\process;plugins\subtitle;plugins\windows"/>
Expand Down

0 comments on commit a15bd6a

Please sign in to comment.