Method | Description | |
---|---|---|
LogError ( string error ) : void | ||
LogInformation ( string message ) : void | ||
LogStandardError ( string message ) : void | ||
LogStandardOutput ( string message ) : void | ||
LogWarning ( string warning ) : void | ||
ReportEndRun ( ) : void | ||
ReportStatus ( string status ) : void |
Method | Description | |
---|---|---|
ClearJobsListCache ( ) : void |
Method | Description | |
---|---|---|
Log ( Level level, string message, bool isSystem ) : void | ||
LogNewRun ( Kudu.Contracts.Jobs.TriggeredJob triggeredJob, string trigger, IEnvironment environment, ITraceFactory traceFactory, IDeploymentSettingsManager settings ) : |
||
OldRunsCleanup ( string jobName, IEnvironment environment, ITraceFactory traceFactory, IDeploymentSettingsManager settings ) : void | ||
TriggeredJobRunLogger ( string jobName, string id, IEnvironment environment, ITraceFactory traceFactory ) : System |
public LogInformation ( string message ) : void | ||
message | string | |
return | void |
public LogStandardError ( string message ) : void | ||
message | string | |
return | void |
public LogStandardOutput ( string message ) : void | ||
message | string | |
return | void |