signale icon indicating copy to clipboard operation
signale copied to clipboard

Highly configurable logging utility

Results 40 signale issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** What can I do when I log something ? **Describe the solution you'd like** Hi @klauscfhq ! Signale looks awesome...

feature request

**Is your feature request related to a problem? Please describe.** Much of the logger output is aligned to columns. You can see it in screenshots in the README. ![](https://camo.githubusercontent.com/dd0ad939bce8e21b2f9afbf0db794a0de7422c5f/68747470733a2f2f63646e2e7261776769742e636f6d2f6b6c617573636668712f7369676e616c652f32643862636666382f6d656469612f6865616465722e706e67) ![](https://github.com/klauscfhq/signale/raw/master/media/interactive-mode.gif)...

feature request

Please visit the [contributing guidelines](https://github.com/klauscfhq/signale/blob/master/contributing.md#translating-documentation) to learn more on how to translate Signale's documentation into more languages. Tons of thank you to everyone for your help and support! ❤️

help wanted

This PR is for find or get emoji and use it in the badge of custom configured type option. This could be the use case for #19. Emoji may be...

enhancement

A honest huge thank for your work and this awesome module! ❤️

I recently started using signals, but when i wanted to change the type to "type": "module", it turned out that the module does not support es6.

Could link to the currently active forks in the README, as well. Thank you @klaudiosinani!

**Describe the bug** When i use a extended class for Signale ``export default class Logger extends Signale { constructor(config: any, client?: any) { super({ config, logLevel: 'info', types: { startUp:...

**Describe the bug** When i use a extended class for Signale `export default class Logger extends Signale { constructor(config: any, client?: any) { super({ config, logLevel: 'info', types: { startUp:...

Fix types of types option, based on the documentation and source code I can provide not fully described object for types e.g. ```javascript const {Signale} = require('signale'); const options =...