Variable logConst

log: Logger = ...

The default log. Use this in place of console methods for styled outputs in both Node.js and the browser.

import {log} from '@augment-vir/common';

log.info('hi');
log.error('failure');

@augment-vir/common