C# 클래스 Blockcore.Features.Diagnostic.DiagnosticSettings

Configuration related to the API interface.
파일 보기 프로젝트 열기: x42protocol/x42-BlockCore 1 사용 예제들

공개 메소드들

메소드 설명
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