Trace-based log writer that writes log messages to all trace listeners.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class TraceLogWriter _
	Inherits LogWriterBase
C#
public class TraceLogWriter : LogWriterBase

Remarks

For general information about NET trace, see for instance Microsoft's trace listeners.

Inheritance Hierarchy

System..::..Object
  Rebex..::..LogWriterBase
    Rebex..::..TraceLogWriter

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also