Interface IVoiceLogger
public interface IVoiceLogger
Methods
IsEnabled(LogLevel)
bool IsEnabled(LogLevel logLevel)
Parameters
logLevel
LogLevel
Returns
Log<TState>(LogLevel, TState, Exception?, Func<TState, Exception?, string>)
void Log<TState>(LogLevel logLevel, TState state, Exception? exception, Func<TState, Exception?, string> formatter)
Parameters
Type Parameters
TState