Appends the specified message text into a text-based log. This method is only called by Write(LogLevel, Type, Int32, String, String) method and is only used by text-based loggers.

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

Syntax

Visual Basic
Protected Overridable Sub WriteMessage ( _
	message As String _
)
C#
protected virtual 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