Migrating to 2.0
Error Logger
?LOG_ERROR("an error happened because: ~p", [Reason]). % With macro
logger:error("an error happened because: ~p", [Reason]). % Without macroRemoved Features
on_deliver hook
on_deliver(UserName, SubscriberId, QoS, Topic, Payload, IsRetain, _Properties) ->
...Credentials obfuscation
General note
Last updated
Was this helpful?