Const
default logger instance configured with package name and standard options. ready to use out of the box for simple logging needs.
import logger from 'viol';logger.info('application started'); Copy
import logger from 'viol';logger.info('application started');
default logger instance configured with package name and standard options. ready to use out of the box for simple logging needs.