Output debug message to the logger.
Data to log.
Output error message to the logger.
Data to log.
Create a child logger.
name to add to the current logger to generate the child. Some implementations of Logger
use this as a prefix; others use a different mechanism.
Output info message to the logger.
Data to log.
Output trace message to the logger, with stack trace.
Data to log.
Output warn message to the logger.
Data to log.
Logger interface used within the js-sdk codebase