Logger Write Method (Logger Severity, String, String)

Adds a message to the log.

Namespace:  Scribe.Core.ConnectorApi.Logger

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   static   void   Write(
	Logger  Severity   severity,
	string   title,
	string   message
)

Parameters

severity

Type: Scribe.Core.ConnectorApi.Logger Logger Severity

Severity of the message

title

Type: System String

Title of the message

message

Type: System String

Message text

See

Logger Class

Write Overload

Scribe.Core.ConnectorApi.Logger Namespace