Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
CCNet
SourceNotifier
Debug
C# Класс CCNet.SourceNotifier.Debug
Holds the debug configuration settings.
Показать файл
Открыть проект
Открытые свойства
Свойство
Тип
Описание
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