Logger Module
import logger from 'logger';Methods
info/warn/error/debug/trace(...)
Examples
import logger from 'logger'
logger.info('Hello World')Last updated
Was this helpful?
Debug logging facility. Logs to the logger log source. Import
import 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 updated
Was this helpful?
Was this helpful?