Const
The default log. Use this in place of console methods for styled outputs in both Node.js and the browser.
log
console
import {log} from '@augment-vir/common';log.info('hi');log.error('failure'); Copy
import {log} from '@augment-vir/common';log.info('hi');log.error('failure');
@augment-vir/common
The default
log
. Use this in place ofconsole
methods for styled outputs in both Node.js and the browser.