Skip to content

5a30f65f 625a d0af 052f f25f2e81b9f5

Axel Kesseler edited this page Mar 1, 2023 · 18 revisions

FormatterBase.GetMessage Method (String)

This method converts provided parameter message into its string representation.

Namespace: Plexdata.LogWriter.Internals.Formatters
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

protected string GetMessage(
	string message
)

Parameters

 

message
Type: System.String
The message to be converted.

Return Value

Type: String
The string representation of converted message.

Remarks

The method actually calls method GetMessage(String, String), providing the NullValue as standard parameter.

See Also

Reference

FormatterBase Class
GetMessage Overload
Plexdata.LogWriter.Internals.Formatters Namespace
FormatterBase.NullValue
FormatterBase.GetMessage(String, String)

Clone this wiki locally