C# Класс Blockcore.Features.Diagnostic.DiagnosticSettings

Configuration related to the API interface.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DiagnosticSettings ( NodeSettings nodeSettings ) : System.Text

Initializes an instance of the object from the node configuration.

PrintHelp ( Network network ) : void

Prints the help information on how to configure the Diagnostic Feature to the logger.

Описание методов

DiagnosticSettings() публичный Метод

Initializes an instance of the object from the node configuration.
public DiagnosticSettings ( NodeSettings nodeSettings ) : System.Text
nodeSettings NodeSettings The node configuration.
Результат System.Text

PrintHelp() публичный статический Метод

Prints the help information on how to configure the Diagnostic Feature to the logger.
public static PrintHelp ( Network network ) : void
network Network The network to use.
Результат void