Releases: Aspedm/logsy
Releases · Aspedm/logsy
v0.0.2
v0.0.1
🚀 Logsy v0.0.1 - Initial Release
We’re excited to introduce the first release of Logsy, a library for beautifully styled and structured console.log messages.
Features
Console Logging with Style
Output messages with custom CSS styling to make them visually distinctive and easy to scan in dev tools.
Log Levels
Predefined log methods:
- log() — neutral
- info() — informational
- warn() — warnings
- error() — errors
Plugin System
Add custom logic to transform, filter, or enhance logs. Bundled plugins include:
- redactSensitiveData – automatically masks sensitive fields like passwords, tokens, etc.
- devOnly – suppress logs in production environments.
Tagging & Labels
Support for tags and custom labels for better log categorization.
Async Spinner Support
Use spinners to indicate loading states during async operations in the console.