Skip to main content
This is the standard NetServer logger. It lives in SuperOffice.Logging.dll. It reads configuration from the NetServer web.config file’s Diagnostics section Like all logging, it is subject to filtering according to the NetServer Diagnostics settings.
The above section will:
  • Write logs to the file C:\logs\2021-05-07.log.
  • Write to a log file with today’s date in the LogFolder.
  • Create the LogFolder if it does not exist.
  • Write to the log file using DocumentArchive impersonation (if configured).
SuperOffice.Logging will do nothing if the Diagnostics/LogToFile value is false.

Files to deploy

Remove the following if you don’t want logging to file:
  • SuperOffice.Logging.dll