ApiServices::Log Property

 

Gets a ITraceWriter instance that logs to user logs.

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

public:
property ITraceWriter^ Log {
	virtual ITraceWriter^ get();
	virtual void set(ITraceWriter^ value);
}
Return to top
Show: