uShip.Logging uses a custom configuration section to read settings from the web/app configs. The code to read these settings is autogenerated. To make an update, follow the below steps:
- Download and run .NET Configuration Code Generator
- Paste in a sample of your desired configuration in the "Step : Sample XML" window
- Go over to the newly created "Step 3: Output" window
- In the "Namespace" box, add uShip.Logging
- Replace the existing uShipLoggingConfigurationSection class with what was autogenerated
- Rename the classes to start with "uShip" instead of "UShip"
- Rename the uShipLoggingSection class to be uShipLoggingConfigurationSection