Table of Contents

Interface IRestLogger

Namespace
NetCord.Logging
Assembly
NetCord.dll
public interface IRestLogger

Methods

Log<TState>(LogLevel, TState, Exception?, Func<TState, Exception?, string>)

void Log<TState>(LogLevel logLevel, TState state, Exception? exception, Func<TState, Exception?, string> formatter)

Parameters

logLevel LogLevel
state TState
exception Exception
formatter Func<TState, Exception, string>

Type Parameters

TState