Locked History Actions

MsEnterpriseLibrary

Logging

Logging Quickstart

  1. Add the following references
  2. Add the following using statements (assumes C#)
  3. Make the call to add a log entry (use intellisence to see all method overloads)
    • Logger.Write("Sample message", "UI Events", 5, 300, TraceEventType.Information);


CategoryMsEnterpriseLibrary