C# Class Blockcore.Features.Diagnostic.DiagnosticSettings

Configuration related to the API interface.
Afficher le fichier Open project: x42protocol/x42-BlockCore Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

DiagnosticSettings() public méthode

Initializes an instance of the object from the node configuration.
public DiagnosticSettings ( NodeSettings nodeSettings ) : System.Text
nodeSettings NodeSettings The node configuration.
Résultat System.Text

PrintHelp() public static méthode

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.
Résultat void