UNPKG

234 BPlain TextView Raw
1import * as log from '..';
2
3log.setLevel('warn');
4log.warn('Test warning');
5
6// CoreJS defines a global `log` variable. We need to make sure that
7// that doesn't conflict with the loglevel typings:
8import * as _coreJS from 'core-js';