Logger Module
Debug logging facility. Logs to the
logger
log source. Importimport logger from 'logger';
Takes variable arguments and accepts javascript objects. The resulting data is stored in the
dat
log field. the administration interface developer logs contains these log entries under the Logger
source.Logger Example
import logger from 'logger'
logger.info('Hello World')
The logger responses are found in the
Logs
section of the admin portal. Filter by Logger
type to see the result.
Last modified 1yr ago