xPack Logger v6.0.0 released
· One min read
Version 6.0.0 is a new release; it adds support for ECMAScript modules.
The xPack Logger project is a TypeScript and dual mode CommonJS/ECMAScript Node.js module.
Prerequisites
The xPack Logger is a portable Node.js project, to install and use it, the only requirement is a recent Node.js (>= 18.0.0).
Install
For installation instructions, please refer to the Install Guide page.
Import
To include this module in TypeScript and ECMAScript modules, use import
:
import { Logger } from '@xpack/logger'
In JavaScript with CommonJS, use require()
:
const { Logger } = request('@xpack/logger')
Source code
Bug fixes
- none
Enhancements
- none
Known problems
- none
CI tests
Before publishing, a set of tests were performed . The results are available from: