@stacksjs/logging
TypeScript icon, indicating that this package has built-in type declarations

0.59.11 • Public • Published

Stacks Logging

The Stacks logging system.

☘️ Features

  • Logging tooling

🤖 Usage

bun install -d @stacksjs/logging

Now, you can use it in your project:

import { log } from '@stacksjs/logging'

log('some description') // aliases to log.log()
log.debug('some debug description')
log.info('some info description')
log.warn('some warning description')
log.error('some error description')
// and more...

Learn more in the docs.

🧪 Testing

bun test

📈 Changelog

Please see our releases page for more information on what has changed recently.

🚜 Contributing

Please review the Contributing Guide for details.

🏝 Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discussions on GitHub

For casual chit-chat with others using this package:

Join the Stacks Discord Server

📄 License

The MIT License (MIT). Please see LICENSE for more information.

Made with 💙

/@stacksjs/logging/

    Package Sidebar

    Install

    npm i @stacksjs/logging

    Weekly Downloads

    35

    Version

    0.59.11

    License

    MIT

    Unpacked Size

    111 kB

    Total Files

    5

    Last publish

    Collaborators

    • chrisbreuer