SystemTraceWriter Class

 

This ITraceWriter implementation writes system logs to the file system, for import by the Antares MDS bridge.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

System::Object
  Microsoft.WindowsAzure.Mobile.Service.Diagnostics::SystemTraceWriter

public ref class SystemTraceWriter : IRegisteredObject, IDisposable

NameDescription
System_CAPS_pubpropertyLogDirectory

NameDescription
System_CAPS_protmethodCreateLogFolder(String^)

System_CAPS_pubmethodDispose()

System_CAPS_protmethodDispose(Boolean)

System_CAPS_pubmethodEnqueue(TraceRecord^)

Enqueues a TraceRecord to be written to MDS.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFlush()

Flush any queued events to disk immediately.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetLogFilePath()

Get a unique path to a new log file.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRegisterObject(IRegisteredObject^)

System_CAPS_pubmethodStart()

Initializes this SystemTraceWriter instance.

System_CAPS_pubmethodStop(Boolean)

Is called by the ASP.NET infrastructure when ASP.NET is about to take down the app domain. See IRegisteredObject for more information.

System_CAPS_protmethodTimerFlush(Object^)

Flush any queued events to disk immediately.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodUnregisterObject(IRegisteredObject^)

System_CAPS_protmethodWriteLogFile(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.

Return to top
Show: