Interface IMqttNetLogger
- Namespace
- MQTTnet.Diagnostics
- Assembly
- MQTTnet.dll
public interface IMqttNetLogger
- Extension Methods
Properties
IsEnabled
bool IsEnabled { get; }
Property Value
Methods
Publish(MqttNetLogLevel, string, string, object[], Exception)
void Publish(MqttNetLogLevel logLevel, string source, string message, object[] parameters, Exception exception)
Parameters
logLevel
MqttNetLogLevelsource
stringmessage
stringparameters
object[]exception
Exception