All Projects → lrlna → Pino Colada

lrlna / Pino Colada

Licence: mit
cute ndjson formatter for pino 🌲🍹

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pino Colada

printer
A fancy logger yet lightweight, and configurable. 🖨
Stars: ✭ 65 (-65.61%)
Mutual labels:  emoji, logger
studio-log
👻 A tiny JSON logger with emoji support
Stars: ✭ 39 (-79.37%)
Mutual labels:  emoji, logger
Ulogger Android
μlogger • android application for real-time collection and publishing of geolocation data
Stars: ✭ 168 (-11.11%)
Mutual labels:  logger
Lajax
🚀 lajax - 前端日志解决方案。
Stars: ✭ 181 (-4.23%)
Mutual labels:  logger
Quill Emoji
Quill module toolbar extension for emoji
Stars: ✭ 175 (-7.41%)
Mutual labels:  emoji
Heliumlogger
A lightweight logging framework for Swift
Stars: ✭ 169 (-10.58%)
Mutual labels:  logger
Emoji
在网页中显示emoji表情符号
Stars: ✭ 177 (-6.35%)
Mutual labels:  emoji
Padroes De Commits
📄 Padrão de commits para repositórios.
Stars: ✭ 164 (-13.23%)
Mutual labels:  emoji
Ougai
A Ruby structured logging is capable of handling a message, custom data or an exception easily and generates JSON or human readable logs.
Stars: ✭ 187 (-1.06%)
Mutual labels:  logger
Emojicpp
Emoji 😄 for c++ developers 👍
Stars: ✭ 174 (-7.94%)
Mutual labels:  emoji
Sharemeow
😻 text shots service
Stars: ✭ 180 (-4.76%)
Mutual labels:  emoji
Mojibar
🍊 Emoji searcher but as a menubar app.
Stars: ✭ 2,040 (+979.37%)
Mutual labels:  emoji
Twemoji
Emoji for everyone. https://twemoji.twitter.com/
Stars: ✭ 13,604 (+7097.88%)
Mutual labels:  emoji
Emojify Webpack Plugin
🦄 Turn your code into emoji
Stars: ✭ 178 (-5.82%)
Mutual labels:  emoji
Android Plog
A Pure, Pretty and Powerful logging library for android.
Stars: ✭ 168 (-11.11%)
Mutual labels:  logger
Emoji Search
😄 Emoji synonyms to build your own emoji-capable search engine (elasticsearch, solr)
Stars: ✭ 184 (-2.65%)
Mutual labels:  emoji
Gpslogger
A GPS logger for Android mobile devices
Stars: ✭ 164 (-13.23%)
Mutual labels:  logger
Emoji
💌 Find the emoji that echoes your mind.
Stars: ✭ 2,072 (+996.3%)
Mutual labels:  emoji
Emoji.json
Just an emoji.json
Stars: ✭ 175 (-7.41%)
Mutual labels:  emoji
Textformatter
Text formatting library that supports BBCode, HTML and other markup via plugins. Handles emoticons, censors words, automatically embeds media and more.
Stars: ✭ 188 (-0.53%)
Mutual labels:  emoji

pino-colada 🍹

npm version build status downloads js-standard-style

A cute ndjson formatter for pino.

pino-colada

Usage

Pipe a server that uses pino into pino-colada for logging.

node server.js | pino-colada

pino-colada

After parsing input from server.js, pino-colada returns a stream and pipes it over to process.stdout. It will output a timestamp, a log level in a form of an emoji, and a message.

Programmatic integration as pino prettifier

const pino = require('pino')
const logger = pino({
  prettyPrint: {},
  prettifier: require('pino-colada')
})

logger.info('hi')

Install

npm install pino-colada

Related content

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].