consola icon indicating copy to clipboard operation
consola copied to clipboard

🐨 Elegant Console Logger for Node.js and Browser

Results 105 consola issues
Sort by recently updated
recently updated
newest added

### Version [v2.11.2](https://github.com/consola/releases/tag/v2.11.2) ### Reproduction link [https://codesandbox.io/s/gracious-mendel-uw0vh](https://codesandbox.io/s/gracious-mendel-uw0vh) ### Steps to reproduce Functions like setTimeout and clearTimeout are not defined on https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletGlobalScope Logging with consola uses these functions in order to...

cmty:bug-report

### Version [v2.10.0](https://github.com/consola/releases/tag/v2.10.0) ### Reproduction link [https://codesandbox.io/embed/fervent-pine-su2ty](https://codesandbox.io/embed/fervent-pine-su2ty) ### Steps to reproduce Hi folks, Consola is not handling the native string substitutions of console. https://developer.mozilla.org/en-US/docs/Web/API/console#Using_string_substitutions This leads to issues when when...

cmty:feature-request

### Version [2.8.1](https://github.com/consola/releases/tag/2.8.1) ### Reproduction link [http://not-available.com/Always broken on webview android 6.0.0](http://not-available.com/Always broken on webview android 6.0.0) ### Steps to reproduce Using android emulator with version 6.0.0 Having any consola.log...

cmty:bug-report

- Use Proxy instead of creating closures for each log type. This allows using arbitrary log types and less overhead of tagged loggers and easier mocking - Find a way...

I want to print a line with `failed` marked which has a red cross in front of the line and in red color. but that is not an error which...

### Environment consola v3.2.3 nodeJS v 19.4.0 ### Reproduction https://stackblitz.com/edit/stackblitz-starters-9gyjzk?file=index.js ``` import consola from 'consola' const logger = consola.withTag('scratch.ts') logger.level = 5 class testConsola { private getParams() { return Array.from(arguments)...

documentation

### Environment consola: 3.2.3 Nitro: 2.8.1 Nuxt: 3.10.2 Node: v20.11.0 NPM: 10.3.0 OS: Windows 11 ### Reproduction Create a new nuxt project and use consola in `/server/api` `npx nuxi@latest init...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^0.34.6` -> `^1.6.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/0.34.6/1.6.0) |...

### Environment - Node 16.20.2 - NPM 8.19.4 - Consola 3.2.3 - Vercel pkg 5.8.0 - MacOS 10.13.6 ### Reproduction 1. Install *pkg* and *consola* NPM packages 2. Create JS...