C# Class CCNet.SourceNotifier.Debug

Holds the debug configuration settings.
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Свойство Type Description
Instance Debug
IsDebugModeEnabled bool
OverrideEmail string

Méthodes publiques

Méthode Description
Log ( string format ) : void

Logs a line.

Private Methods

Méthode Description
Debug ( ) : System

Initializes a new instance.

Method Details

Log() public méthode

Logs a line.
public Log ( string format ) : void
format string
Résultat void

Property Details

Instance public_oe static_oe property

Singleton instance.
public static Debug Instance
Résultat Debug

IsDebugModeEnabled public_oe property

Whether the debug or production behaviour should be used.
public bool IsDebugModeEnabled
Résultat bool

OverrideEmail public_oe property

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
Résultat string