C# 클래스 Ipfs.Commands.IpfsLog

상속: Ipfs.Json.IpfsCommand
파일 보기 프로젝트 열기: TrekDev/net-ipfs-api

공개 메소드들

메소드 설명
Level ( string subsystem, IpfsLogLevel level ) : Task

Change the logging level 'ipfs log level' is a utility command used to change the logging output of a running daemon.

Tail ( ) : Task

Read the logs 'ipfs log tail' is a utility command used to read log output as it is written.

비공개 메소드들

메소드 설명
IpfsLog ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : Ipfs.Json

메소드 상세

Level() 공개 메소드

Change the logging level 'ipfs log level' is a utility command used to change the logging output of a running daemon.
public Level ( string subsystem, IpfsLogLevel level ) : Task
subsystem string the subsystem logging identifier. Use 'all' for all subsystems.
level IpfsLogLevel one of: debug, info, notice, warning, error, critical
리턴 Task

Tail() 공개 메소드

Read the logs 'ipfs log tail' is a utility command used to read log output as it is written.
public Tail ( ) : Task
리턴 Task