Release 1.0 - ...

The type of the trace listener. Smartsite.Diagnostics provides the following trace listeners:

  • EventLog: Smartsite.Diagnostics.LoggingBase.Logging.TraceListeners.EventLogTraceListener
  • Event Trace: Smartsite.Diagnostics.Logging.EventTraceListener
  • Database: Smartsite.Diagnostics.Logging.DBTraceListener
  • XmlFile: Smartsite.Diagnostics.Logging.XmlFileTraceListener
  • Flat File: Smartsite.Diagnostics.Logging.FlatFileTraceListener
  • Email: Smartsite.Diagnostics.LoggingBase.Logging.TraceListeners.EmailTraceListener
    (should only be used for logtype Error and specific categories)

The type must be specified as fully qualified typename, so you should append ", Smartsite.Diagnostics.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5fdb12a67e027fb6" to each of the listener types as listed above.

Install & Config