console-log-date
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

console-log-date

console.log/.info/.error/.warn日志输出带时间

Usage

import "console-log-date" //import it first

console.log('1era')
//2022/5/16 下午4:09:59 [INFO]: 1era

console.error('1era', { 'as': [1, 'a', 123123] }, JSON.stringify(a))
//2022/5/16 下午4:09:59 [ERROR]: 1era [object Object] ["sadfa",23123,{"a":1,"b":"b"}]

Package Sidebar

Install

npm i console-log-date

Weekly Downloads

3

Version

1.0.3

License

Apache-2.0

Unpacked Size

17.3 kB

Total Files

7

Last publish

Collaborators

  • monvechen