LogEntry Constructors

Definition

Overloads

LogEntry()
LogEntry(String)
LogEntry(String, LogEntryType)

LogEntry()

public:
 LogEntry();
public LogEntry ();
Public Sub New ()

Applies to

LogEntry(String)

public:
 LogEntry(System::String ^ message);
public LogEntry (string message);
new Microsoft.BizTalk.Log.LogEntry : string -> Microsoft.BizTalk.Log.LogEntry
Public Sub New (message As String)

Parameters

message
String

Applies to

LogEntry(String, LogEntryType)

public:
 LogEntry(System::String ^ message, Microsoft::BizTalk::Log::LogEntryType type);
public LogEntry (string message, Microsoft.BizTalk.Log.LogEntryType type);
new Microsoft.BizTalk.Log.LogEntry : string * Microsoft.BizTalk.Log.LogEntryType -> Microsoft.BizTalk.Log.LogEntry
Public Sub New (message As String, type As LogEntryType)

Parameters

message
String

Applies to