CoatySwiftLogLevel
public enum CoatySwiftLogLevel
The CoatySwiftLogLevel enum defines the verbositiy of the internal CoatySwift logger.
-
Logs information about underlying MQTT topic subscriptions (e.g. subscribe() and unsubscribe() operations) and OperatingState of communication manager.
Declaration
Swift
case debug -
Logs events such as CommunicationState of communication manager.
Declaration
Swift
case info -
Logs warnings that indicate partial failures which may indicate larger issues.
Declaration
Swift
case warning -
Logs fatal errors such as decoding failures.
Declaration
Swift
case error
View on GitHub
CoatySwiftLogLevel Enumeration Reference