Logger interface used within the js-sdk codebase
Output debug message to the logger.
Rest
Data to log.
Output error message to the logger.
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.
Logger
Output info message to the logger.
Output trace message to the logger, with stack trace.
Output warn message to the logger.
Logger interface used within the js-sdk codebase