11.3.0 • Published 1 month ago

lite-ts-log v11.3.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
1 month ago

Version

代码

LogBase - 日志基类

const log: LogBase;

const res = log.addLabel(键, 值);
// res is log

// 调试
log.debug();

// 错误
const err: Error;
log.error(err);

// 信息
log.info();

// 警告
log.warning();
  • ConsoleLog - 控制台日志
const log: LogBase = new ConsoleLog();
11.3.0

1 month ago

11.2.0

6 months ago

3.2.0

12 months ago

3.1.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago