ApplicationLog.WriteEntry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- LogEntryType