Const
The shared logger instance, tagged jabr.
jabr
Use the severity-specific methods rather than console:
console
logger.start(...)
logger.info(...)
logger.success(...)
logger.warn(...)
logger.error(...)
The shared logger instance, tagged
jabr.Use the severity-specific methods rather than
console:logger.start(...)— an operation is beginning (e.g. "pushing 'feature-a'")logger.info(...)— neutral informationlogger.success(...)— an operation completedlogger.warn(...)— a non-fatal concernlogger.error(...)— a failure (see also fail)