ApplicationLog.WriteEntry Method

Definition

Overloads

WriteEntry(LogEntry)
WriteEntry(String, LogEntryType)

WriteEntry(LogEntry)

public:
 void WriteEntry(Microsoft::BizTalk::Log::LogEntry ^ logEntry);
public void WriteEntry (Microsoft.BizTalk.Log.LogEntry logEntry);
member this.WriteEntry : Microsoft.BizTalk.Log.LogEntry -> unit

Parameters

logEntry
LogEntry

Applies to

WriteEntry(String, LogEntryType)

public:
 void WriteEntry(System::String ^ message, Microsoft::BizTalk::Log::LogEntryType type);
public void WriteEntry (string message, Microsoft.BizTalk.Log.LogEntryType type);
member this.WriteEntry : string * Microsoft.BizTalk.Log.LogEntryType -> unit
Public Sub WriteEntry (message As String, type As LogEntryType)

Parameters

message
String

Applies to