C# 클래스 hangfire.job.logging.JobLogger

상속: IJobLogger
파일 보기 프로젝트 열기: samshiles/hangfire.job.logging

공개 메소드들

메소드 설명
JobLogger ( string connectionString ) : System
Write ( string jobId, string message ) : void

비공개 메소드들

메소드 설명
BuildCommand ( string jobId, string message ) : SqlCommand
ExecuteCommand ( SqlCommand command ) : void

메소드 상세

JobLogger() 공개 메소드

public JobLogger ( string connectionString ) : System
connectionString string
리턴 System

Write() 공개 메소드

public Write ( string jobId, string message ) : void
jobId string
message string
리턴 void