Documentation

Reference

  • .NET API - native API
  • C/C++ API - a wrapper API to be used in legacy C/C++ applications
  • COM API - a wrapper API to be used in legacy COM applications
  • Targets - this is where trace output goes
  • Layouts - output formats (plain text, XML, CSV)
  • Layout Renderers - specify things that should be included in output (date, time, class, method, ...)
  • Filters - eliminate messages
  • Conditions - simple predicate language to filter messages

How to...