LogEntry Constructors
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
| 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
- type
- LogEntryType