C# 클래스 CCNet.SourceNotifier.Debug

Holds the debug configuration settings.
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 프로퍼티들

프로퍼티 타입 설명
Instance Debug
IsDebugModeEnabled bool
OverrideEmail string

공개 메소드들

메소드 설명
Log ( string format ) : void

Logs a line.

비공개 메소드들

메소드 설명
Debug ( ) : System

Initializes a new instance.

메소드 상세

Log() 공개 메소드

Logs a line.
public Log ( string format ) : void
format string
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Singleton instance.
public static Debug Instance
리턴 Debug

IsDebugModeEnabled 공개적으로 프로퍼티

Whether the debug or production behaviour should be used.
public bool IsDebugModeEnabled
리턴 bool

OverrideEmail 공개적으로 프로퍼티

If debugMode is enabled, the value is used instead of the recipients email addresses. I.e. all the emails will be sent to this address.
public string OverrideEmail
리턴 string