TeamFoundationEventLog.Log Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Log(TeamFoundationRequestContext, String) | Log a message as type Information. | |
Log(TeamFoundationRequestContext, String, EventLogEntryType) | Log a message that has a default event. | |
Log(TeamFoundationRequestContext, String, Int32) | Log a message that has a default event. | |
Log(TeamFoundationRequestContext, String, Int32, EventLogEntryType) | Write an entry to the system event log. | |
Log(TeamFoundationRequestContext, String, String, Int32, EventLogEntryType) | Write an entry to the system event log with a custom eventlog message header. |
Top