C# Class Blockcore.Features.Diagnostic.DiagnosticSettings

Configuration related to the API interface.
Show file Open project: x42protocol/x42-BlockCore Class Usage Examples

Public Methods

Method 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 method

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

PrintHelp() public static method

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.
return void