Creates a new instance of trace log writer based on the specified log level.

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

Syntax

Visual Basic
Public Sub New ( _
	level As LogLevel _
)
C#
public TraceLogWriter(
	LogLevel level
)

Parameters

level
Type: Rebex..::..LogLevel
Log level.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also