@sohaha/zlog
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

zlog

一个简单的 JavaScript 日志库。

安装

pnpm i zlog

示例

import { field, log } from "zlog";

log.info("Hi",
	field("m", 1),
	field("y", {"key":value}));

Readme

Keywords

Package Sidebar

Install

npm i @sohaha/zlog

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

26.5 kB

Total Files

6

Last publish

Collaborators

  • seekwe