C# 클래스 Disco.Services.Plugins.Features.CertificateProvider.CertificateProvidersLog

상속: Disco.Services.Logging.LogBase
파일 보기 프로젝트 열기: garysharp/Disco 1 사용 예제들

공개 메소드들

메소드 설명
LogAllocated ( string CertificateId, string DeviceSerialNumber ) : void
LogAllocationFailed ( string DeviceSerialNumber ) : void
LogCertificateRetrievalProgress ( bool IsProcessing, int Progress, string Status ) : void
LogDeletedCertificate ( DeviceCertificate Certificate, string Reason ) : void
LogDisabledCertificate ( DeviceCertificate Certificate, string Reason ) : void
LogEnabledCertificate ( DeviceCertificate Certificate, string Reason ) : void
LogRetrievalCertificateError ( string CertificateId, string Message ) : void
LogRetrievalCertificateFinished ( string CertificateId ) : void
LogRetrievalCertificateStarting ( string CertificateId ) : void
LogRetrievalCertificateWarning ( string CertificateId, string Message ) : void
LogRetrievalError ( string Message ) : void
LogRetrievalFinished ( ) : void
LogRetrievalStarting ( int CertificateCount, int CertificateIdFrom, int CertificateIdTo ) : void
LogRetrievalWarning ( string Message ) : void
LogUpdatedCertificate ( DeviceCertificate Certificate, string Reason ) : void

보호된 메소드들

메소드 설명
LoadEventTypes ( ) : System.Collections.Generic.List

비공개 메소드들

메소드 설명
CertificateProvidersLog ( ) : Disco.Models.Repository
Log ( CertificateProvidersLog EventTypeId ) : void

메소드 상세

LoadEventTypes() 보호된 메소드

protected LoadEventTypes ( ) : System.Collections.Generic.List
리턴 System.Collections.Generic.List

LogAllocated() 공개 정적인 메소드

public static LogAllocated ( string CertificateId, string DeviceSerialNumber ) : void
CertificateId string
DeviceSerialNumber string
리턴 void

LogAllocationFailed() 공개 정적인 메소드

public static LogAllocationFailed ( string DeviceSerialNumber ) : void
DeviceSerialNumber string
리턴 void

LogCertificateRetrievalProgress() 공개 정적인 메소드

public static LogCertificateRetrievalProgress ( bool IsProcessing, int Progress, string Status ) : void
IsProcessing bool
Progress int
Status string
리턴 void

LogDeletedCertificate() 공개 정적인 메소드

public static LogDeletedCertificate ( DeviceCertificate Certificate, string Reason ) : void
Certificate Disco.Models.Repository.DeviceCertificate
Reason string
리턴 void

LogDisabledCertificate() 공개 정적인 메소드

public static LogDisabledCertificate ( DeviceCertificate Certificate, string Reason ) : void
Certificate Disco.Models.Repository.DeviceCertificate
Reason string
리턴 void

LogEnabledCertificate() 공개 정적인 메소드

public static LogEnabledCertificate ( DeviceCertificate Certificate, string Reason ) : void
Certificate Disco.Models.Repository.DeviceCertificate
Reason string
리턴 void

LogRetrievalCertificateError() 공개 정적인 메소드

public static LogRetrievalCertificateError ( string CertificateId, string Message ) : void
CertificateId string
Message string
리턴 void

LogRetrievalCertificateFinished() 공개 정적인 메소드

public static LogRetrievalCertificateFinished ( string CertificateId ) : void
CertificateId string
리턴 void

LogRetrievalCertificateStarting() 공개 정적인 메소드

public static LogRetrievalCertificateStarting ( string CertificateId ) : void
CertificateId string
리턴 void

LogRetrievalCertificateWarning() 공개 정적인 메소드

public static LogRetrievalCertificateWarning ( string CertificateId, string Message ) : void
CertificateId string
Message string
리턴 void

LogRetrievalError() 공개 정적인 메소드

public static LogRetrievalError ( string Message ) : void
Message string
리턴 void

LogRetrievalFinished() 공개 정적인 메소드

public static LogRetrievalFinished ( ) : void
리턴 void

LogRetrievalStarting() 공개 정적인 메소드

public static LogRetrievalStarting ( int CertificateCount, int CertificateIdFrom, int CertificateIdTo ) : void
CertificateCount int
CertificateIdFrom int
CertificateIdTo int
리턴 void

LogRetrievalWarning() 공개 정적인 메소드

public static LogRetrievalWarning ( string Message ) : void
Message string
리턴 void

LogUpdatedCertificate() 공개 정적인 메소드

public static LogUpdatedCertificate ( DeviceCertificate Certificate, string Reason ) : void
Certificate Disco.Models.Repository.DeviceCertificate
Reason string
리턴 void