MqttLoggingSettings

pl.waw.ibspan.scala_mqtt_wrapper.MqttLoggingSettings
final case class MqttLoggingSettings(name: String, attributes: Attributes)

MQTT logging settings

Value parameters

attributes

attributes with log levels

name

name used in log messages

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product