I am not being able to find programmatic way to find defaultCategory for Logging, that is specified in App.Config
<loggingConfiguration name="loggingConfiguration" tracingEnabled="true"
defaultCategory="Service1">
<listeners>
The point is to add default Category to each log within the process, so even categories are redirected to different file, each service will still have all it's logs in his log file.