MetricsLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation of IMetricsLogger that doesn't do any logging.
public class MetricsLogger : Microsoft.WindowsAzure.Mobile.Service.Diagnostics.IMetricsLogger
type MetricsLogger = class
interface IMetricsLogger
Public Class MetricsLogger
Implements IMetricsLogger
- Inheritance
-
MetricsLogger
- Implements
Constructors
MetricsLogger() |
Methods
BeginEvent(String) |
Begins an event with the specified name. |
EndEvent(Object) |
Completes a previously started event. |
LogEvent(String) |
Logs an occurrence of the specified event. |