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

Hello! I forked this project to add JSON logging support and I was planning on submitting a PR, but as it wasn't trivial I ended up rewriting the whole idea...

@klauscfhq It would be awesome for this project to have a matching logo showcasing its character, would you be interesting into adding one? 🙏

help wanted
feature request

We can use this form link https://forms.gle/6zoiq8jdagoMm9N48 to recommend @klaussinani for GitHub Sponsor Matching Funds Totaly worth for his work! 🚀 Original idea from https://github.com/klaussinani/ao/issues/96

This fixes issue #56 you can now set global callbacks for logs which will be called once the logger function is called. The callback function will get the exact same...

**Is your feature request related to a problem? Please describe.** Would it be possible to allow one to set a global callback for each individual log type? Like whenever one...

feature request

**Is your feature request related to a problem? Please describe.** Currently, the only supported date and time formats are the default following two: - Dates: `YYYY-MM-DD` - Timestamps: `HH:MM:SS` **Describe...

feature request

Might be nice to have `signale.chalkline` exposed. Wouldn't add much overhead. https://github.com/niftylettuce/chalkline ![chalkline](https://camo.githubusercontent.com/9c5e3363733c20892ea7cc8ac92d096de69a9132/68747470733a2f2f63646e2e7261776769742e636f6d2f6e696674796c6574747563652f6368616c6b6c696e652f6d61737465722f6d656469612f73637265656e73686f742e706e67)

feature request

**Is your feature request related to a problem? Please describe.** One way to clone Signale instance is through `.scope()` method. Wouldn't be convenient if you could clone instance for change...

feature request

This PR add a little functionality to override currently data format used from local to ISO as optional, so turning the flag `displayISODate` to true makes the timestamp to be...

enhancement

signale.debug() is now colored in blue like in the screenshots