C# 클래스 Kudu.Core.Jobs.TriggeredJobRunLogger

상속: JobLogger
파일 보기 프로젝트 열기: projectkudu/kudu 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ClearJobsListCache ( ) : void

비공개 메소드들

메소드 설명
Log ( Level level, string message, bool isSystem ) : void
LogNewRun ( Kudu.Contracts.Jobs.TriggeredJob triggeredJob, string trigger, IEnvironment environment, ITraceFactory traceFactory, IDeploymentSettingsManager settings ) : TriggeredJobRunLogger
OldRunsCleanup ( string jobName, IEnvironment environment, ITraceFactory traceFactory, IDeploymentSettingsManager settings ) : void
TriggeredJobRunLogger ( string jobName, string id, IEnvironment environment, ITraceFactory traceFactory ) : System

메소드 상세

ClearJobsListCache() 보호된 메소드

protected ClearJobsListCache ( ) : void
리턴 void

LogError() 공개 메소드

public LogError ( string error ) : void
error string
리턴 void

LogInformation() 공개 메소드

public LogInformation ( string message ) : void
message string
리턴 void

LogStandardError() 공개 메소드

public LogStandardError ( string message ) : void
message string
리턴 void

LogStandardOutput() 공개 메소드

public LogStandardOutput ( string message ) : void
message string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( string warning ) : void
warning string
리턴 void

ReportEndRun() 공개 메소드

public ReportEndRun ( ) : void
리턴 void

ReportStatus() 공개 메소드

public ReportStatus ( string status ) : void
status string
리턴 void