Method | Description | |
---|---|---|
Analytics ( IDeploymentSettingsManager settings, IServerConfiguration serverConfiguration, ITraceFactory traceFactory ) : System | ||
DeprecatedApiUsed ( string route, string userAgent, string method, string path ) : void | ||
JobEvent ( string jobName, string message, string jobType, string error ) : void | ||
JobStarted ( string jobName, string scriptExtension, string jobType, string siteMode, string error, string trigger ) : void | ||
ProjectDeployed ( string projectType, string result, string error, long deploymentDurationInMilliseconds, string siteMode, string vsProjectId = "" ) : void | ||
SiteExtensionEvent ( string method, string path, string result, string deploymentDurationInMilliseconds, string message ) : void | ||
UnexpectedException ( |
||
UnexpectedException ( |
Method | Description | |
---|---|---|
GetExceptionContent ( |
||
NullToEmptyString ( string s ) : string |
public Analytics ( IDeploymentSettingsManager settings, IServerConfiguration serverConfiguration, ITraceFactory traceFactory ) : System | ||
settings | IDeploymentSettingsManager | |
serverConfiguration | IServerConfiguration | |
traceFactory | ITraceFactory | |
return | System |
public DeprecatedApiUsed ( string route, string userAgent, string method, string path ) : void | ||
route | string | |
userAgent | string | |
method | string | |
path | string | |
return | void |
public JobEvent ( string jobName, string message, string jobType, string error ) : void | ||
jobName | string | |
message | string | |
jobType | string | |
error | string | |
return | void |
public JobStarted ( string jobName, string scriptExtension, string jobType, string siteMode, string error, string trigger ) : void | ||
jobName | string | |
scriptExtension | string | |
jobType | string | |
siteMode | string | |
error | string | |
trigger | string | |
return | void |
public ProjectDeployed ( string projectType, string result, string error, long deploymentDurationInMilliseconds, string siteMode, string vsProjectId = "" ) : void | ||
projectType | string | |
result | string | |
error | string | |
deploymentDurationInMilliseconds | long | |
siteMode | string | |
vsProjectId | string | |
return | void |
public SiteExtensionEvent ( string method, string path, string result, string deploymentDurationInMilliseconds, string message ) : void | ||
method | string | |
path | string | |
result | string | |
deploymentDurationInMilliseconds | string | |
message | string | |
return | void |
public UnexpectedException ( |
||
exception | ||
trace | bool | |
memberName | string | |
sourceFilePath | string | |
sourceLineNumber | int | |
return | void |
public UnexpectedException ( |
||
ex | ||
method | string | |
path | string | |
result | string | |
message | string | |
trace | bool | |
return | void |