• Configure NLog Targets for output
  • Writing log messages
  • Layouts and LayoutRenderers
  • Target Wrappers
  • Best practices for using NLog
  • 1. Logger should be a static variable in each class
  • 2. Logger should handle string formatting
  • 3. Logger should be given the Exception
  • 4. Validate XML configuration from NLog.config
  • 5. Remember to Flush
  • 6. Environment specific target options