Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 742 Bytes

File metadata and controls

12 lines (10 loc) · 742 Bytes

Contributing

Add configuration settings

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:

  1. Download and run .NET Configuration Code Generator
  2. Paste in a sample of your desired configuration in the "Step : Sample XML" window
  3. Go over to the newly created "Step 3: Output" window
  4. In the "Namespace" box, add uShip.Logging
  5. Replace the existing uShipLoggingConfigurationSection class with what was autogenerated
  6. Rename the classes to start with "uShip" instead of "UShip"
  7. Rename the uShipLoggingSection class to be uShipLoggingConfigurationSection