SystemTraceWriter Class
This ITraceWriter implementation writes system logs to the file system, for import by the Antares MDS bridge.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
| Name | Description | |
|---|---|---|
![]() | SystemTraceWriter(IServiceSettingsProvider^) | |
![]() | SystemTraceWriter(IServiceSettingsProvider^, TimeSpan, Int32) | Initializes a new instance of the SystemTraceWriter class |
| Name | Description | |
|---|---|---|
![]() | LogDirectory |
| Name | Description | |
|---|---|---|
![]() | CreateLogFolder(String^) | |
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Enqueue(TraceRecord^) | Enqueues a TraceRecord to be written to MDS. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Flush() | Flush any queued events to disk immediately. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLogFilePath() | Get a unique path to a new log file. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RegisterObject(IRegisteredObject^) | |
![]() | Start() | Initializes this SystemTraceWriter instance. |
![]() | Stop(Boolean) | Is called by the ASP.NET infrastructure when ASP.NET is about to take down the app domain. See IRegisteredObject for more information. |
![]() | TimerFlush(Object^) | Flush any queued events to disk immediately. |
![]() | ToString() | (Inherited from Object.) |
![]() | UnregisterObject(IRegisteredObject^) | |
![]() | WriteLogFile(String^, IEnumerable<String^>^) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


