C# Класс Ipfs.Commands.IpfsLog

Наследование: Ipfs.Json.IpfsCommand
Показать файл Открыть проект

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

Метод Описание
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