Method | Description | |
---|---|---|
Create ( string url, string applicationKey, string accessKey ) : |
||
Dispose ( ) : void | ||
FlushMessages ( ) : void | ||
GetServedRequestsCount ( ) : long | ||
Log ( string name, string val, MessagePriority priority = MessagePriority.Low ) : void | ||
Terminate ( bool waitAll = false ) : void |
Method | Description | |
---|---|---|
AddMessage ( string name, string val, MessagePriority priority ) : void | ||
BuildPacket ( ) : void | ||
CountNewRequest ( ) : void | ||
Escape ( string val ) : string | ||
LoggingThreadEntry ( ) : void | ||
ReportPeriodicInfo ( ) : void | ||
ReportPeriodicInfoAllSessions ( ) : void | ||
ReportSystemInfo ( ) : void | ||
SendAllMessages ( ) : void | ||
SendMessages ( ) : void | ||
SendPacket ( string url, string accessKey, string appKey, string packet ) : void | ||
ToMegabytes ( ulong val ) : ulong | ||
Tracker ( ) : System | ||
Tracker ( string url, string applicationKey, string accessKey ) : System |
public static Create ( string url, string applicationKey, string accessKey ) : |
||
url | string | |
applicationKey | string | |
accessKey | string | |
return |
public static GetServedRequestsCount ( ) : long | ||
return | long |
public Log ( string name, string val, MessagePriority priority = MessagePriority.Low ) : void | ||
name | string | |
val | string | |
priority | MessagePriority | |
return | void |
public static Terminate ( bool waitAll = false ) : void | ||
waitAll | bool | |
return | void |