Popularity
4.6
Growing
Activity
4.5
-
730
9
34

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Log     Logging     Command Line Utilities     Unicode     Terminal     CLI     Stdout     Fallback     Figures     Figure     Symbols     Symbol     Command-line     Char     Characters     Cmd     Windows     Win    
Latest version: v4.0.0

log-symbols alternatives and similar modules

Based on the "Command Line Utilities" category.
Alternatively, view log-symbols alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of log-symbols or a related project?

Add another 'Command Line Utilities' Module

README

log-symbols

Colored symbols for various log levels

Includes fallbacks for Windows CMD which only supports a limited character set.

Install

npm install log-symbols

Usage

import logSymbols from 'log-symbols';

console.log(logSymbols.success, 'Finished successfully!');
// Terminals with Unicode support:     โœ” Finished successfully!
// Terminals without Unicode support:  โˆš Finished successfully!

API

logSymbols

info

success

warning

error

Related


Get professional support for this package with a Tidelift subscription Tidelift helps make open source sustainable for maintainers while giving companiesassurances about security, maintenance, and licensing for their dependencies.