DataCollectionLogger.LogError Method
Include Protected Members
Include Inherited Members
Logs an error message.
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 | |
---|---|---|
LogError(DataCollectionContext, Exception) | Logs an error message for an exception. | |
LogError(DataCollectionContext, String) | Logs an error message. | |
LogError(DataCollectionContext, String, Exception) | Logs an error message for an exception. |
Top