Click or drag to resize

EventLogAdapterWriteInfoEntry Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.EventLogAdapter.WriteInfoEntry(System.String,System.String)"]


Namespace: Scanjour.Workflow4.Common.Logging
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void WriteInfoEntry(
	string source,
	string message
)

Parameters

source  String

[Missing <param name="source"/> documentation for "M:Scanjour.Workflow4.Common.Logging.EventLogAdapter.WriteInfoEntry(System.String,System.String)"]

message  String

[Missing <param name="message"/> documentation for "M:Scanjour.Workflow4.Common.Logging.EventLogAdapter.WriteInfoEntry(System.String,System.String)"]

Implements

IEventLogWriteInfoEntry(String, String)
See Also