1.13.0 • Published 4 years ago

@marcopeg/deeplog v1.13.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

deeplog

Console logs formatted JSON:

import deeplog from '@marcopeg/deeplog';
deeplog({ foo: 123 });

import { deepLog, deepInfo, deepWarn, deepError } from '@marcopeg/deeplog';
deepLog({ foo: 123 });
deepInfo({ foo: 123 });
deepWarn({ foo: 123 });
deepError({ foo: 123 });