C# Class hangfire.job.logging.JobLogger

Inheritance: IJobLogger
Afficher le fichier Open project: samshiles/hangfire.job.logging

Méthodes publiques

Méthode Description
JobLogger ( string connectionString ) : System
Write ( string jobId, string message ) : void

Private Methods

Méthode Description
BuildCommand ( string jobId, string message ) : SqlCommand
ExecuteCommand ( SqlCommand command ) : void

Method Details

JobLogger() public méthode

public JobLogger ( string connectionString ) : System
connectionString string
Résultat System

Write() public méthode

public Write ( string jobId, string message ) : void
jobId string
message string
Résultat void