Logging in .NET

  1. Open your project in Visual Studio
  2. Right click on the project and select Add - New Item
  3. Select Application Configuration File
  4. Open the App.config that was added to your project.
  5. Within the configuration, paste the contents of the log4net.txt file found in the Auxiliary Deployment Files folder in the Linxter SDK download.
  6. You are done! When you run your program, a Debug.log will be created within the root folder of your program instance with Linxter debugging information.

  7. Note: You can change the target of the output to whatever you like.