@litert/[email protected]

该文章根据 CC-BY-4.0 协议发表,转载请遵循该协议。
本文地址:https://fenying.net/en/project/litert/logger/v2.0.0/

@litert/logger is a simple logger library, written in TypeScript.

The version v2.0.0 is a refactored version of the library.

Installation

1npm install @litert/logger@^2.0.0

CHANGELOG

  • refactor: Refactored the whole library to make it more user-friendly.
  • remove: Removed most of the API methods of LoggerFactory
  • change: LoggerFactory no longer manages the Logger objects it creates.
  • change: Updating configuration of LoggerFactory no longer affects the Logger objects it previously created.