Logging level for the SDK.
A guideline for what kind of messages should be expected at each level is:
off
error
warn
info
debug
Generated using TypeDoc
Logging level for the SDK.
A guideline for what kind of messages should be expected at each level is:
off
- no logs.error
- only errors get logged (e.g. failure to establish a connection to the acklo service).warn
- warnings get logged (e.g. tried to access a config value that does not exist).info
- informational messages get logged (e.g. successfully connected to the acklo service).debug
- verbose debugging messages get logged (e.g. the SDK's has sent a heartbeat to the acklo service).