Appends the specified message text into a text-based log.

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

Syntax

Visual Basic
Protected Overrides Sub WriteMessage ( _
	message As String _
)
C#
protected override void WriteMessage(
	string message
)

Parameters

message
Type: System..::..String
Full message info.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also