You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
In most server mode applications, the Console.log function is wildly used regardless of debugging or simple immediate information.Although someone has written a lot of libraries about log functions, they are still not suitable for me, so I just create a simple multi-line text output function module instead.
這模組能做什麼事? (What can it do ?)
支援多種單行或多行的格式化文字輸出Support single or multiple lines text output
支援ANSI 256色輸出Support ANSI 256 Colors text output
支援半型與全型字格式化Support both fullwidth and halfwidth characters
如何在您的專案使用? (How to use it in your project ?)
利用 npm 套件進行下載 Use npm to install
npm install @waynechang65/fml-consolelog
在您的專案環境中,引用 fml-consolelog模組。 Include @waynechang65/fml-consolelog package in your project
Even though fml-consolelog is a small project, I hope it can be improving. If there is any issue, please comment and welcome to fork and send Pull Request. Thanks. :) ★Welcome to send PR and add text output patterns.
About
fml-consolelog is a formatted multi-line and ANSI colors supportted text output function module.