Table of Contents

Interface IMqttNetLogger

Namespace
MQTTnet.Diagnostics
Assembly
MQTTnet.dll
public interface IMqttNetLogger
Extension Methods

Properties

IsEnabled

bool IsEnabled { get; }

Property Value

bool

Methods

Publish(MqttNetLogLevel, string, string, object[], Exception)

void Publish(MqttNetLogLevel logLevel, string source, string message, object[] parameters, Exception exception)

Parameters

logLevel MqttNetLogLevel
source string
message string
parameters object[]
exception Exception