Manages all log messages from SDK modules, you can use this logger to add your custom
messages and set your custom log handlers to forward all messages to your own monitoring
system.
By default all loggers are set in level OFF (Logger.OFF), and there are available
the following log levels.
This module is based on js-logger you can refer
to its documentation or following our examples.