Output debug message to the logger.
Data to log.
Output error message to the logger.
Data to log.
Create a child logger.
This child will use the methodFactory
of the parent, so any log extensions applied to the parent
at the time of calling getChild
will be applied to the child as well.
It will NOT apply changes to the parent's methodFactory
after the child was created.
Those changes need to be applied to the child manually.
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