ServiceTraceWriter Methods
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Format(TraceRecord^) | (Overrides SystemDiagnosticsTraceWriter::Format(TraceRecord^).) |
![]() | FormatDateTime(DateTime) | (Inherited from SystemDiagnosticsTraceWriter.) |
![]() | FormatRequestEnvelope(TraceRecord^) | (Inherited from SystemDiagnosticsTraceWriter.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsApplicationTrace(String^) | Determines whether a category is a application category by checking that the trace does not start with any of the excluded category prefixes. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetExcludedCategoryPrefixes(IEnumerable<String^>^) | Updates the set of category prefixes to exclude from user logging. Each trace has a "Category" indicating the origin (i.e. the "source") of the trace. An application may use the LogCategories as suggested categories, or simply leave out the category which will use the value provided by the CallerMemberNameAttribute. A log with a category that matches any of the excluded prefixes will not get logged. |
![]() | ToString() | (Inherited from Object.) |
![]() | Trace(HttpRequestMessage^, String^, TraceLevel, Action<TraceRecord^>^) | |
![]() | TranslateHttpResponseException(TraceRecord^) | (Inherited from SystemDiagnosticsTraceWriter.) |

