Webmasters, gagnez de l'argent en affichant des bannières contextuelles Oxado
SourceForge.net Logo
Support This Project
   LeCouteauSuisse Project
Welcome ! [ Home ]  ·  [ Downloads ]  ·  [ Forums ]  ·  [ News ]  ·  [ Documentations ]  
[ Home ]

[ Documentations ]

Service configuration


Configuration settings of LeCouteauSuisse are inside the file LeCouteauSuisse.exe.config

Inside the <configSections> add this line :
<section name="LeCouteauSuisse" type="LeCouteauSuisse.Configuration, LeCouteauSuisse, Version=1.0.0.2, Culture=neutral, PublicKeyToken=8d1037c5df6d5bd0"/>

The configuration of LeCouteauSuisse must be set inside a section named <LeCouteauSuisse>
The configuration looks like this :

<LeCouteauSuisse>
<services> <!-- list of all services -->
<service> <!-- configuration of a service -->
<loggers> <!-- list of all loggers of this servive -->
<logger> <!-- configuration of a logger -->
<settings> <!-- list of all settings of this logger -->
<setting> <!-- a setting of this logger -->
</setting>
</settings>
</logger>
</loggers>
<generators> <!-- list of all generators of this servive -->
<generator> <!-- configuration of a generator -->
<settings> <!-- list of all settings of this generator -->
<setting> <!-- a setting of this generator -->
</setting>
</settings>
</generator>
</generators>
<groups> <!-- list of all group receivers of this servive -->
<group> <!-- list of all receivers of this group -->
<receiver> <!-- configuration of a receiver -->
<settings> <!-- list of all settings of this receiver -->
<setting> <!-- a setting of this receiver -->
</setting>
</settings>
</receiver>
</group>
</groups>
</service>
</services>
</LeCouteauSuisse>

LeCouteauSuisse