Last Updated: February 25, 2016
·
280
· roundrobin

Colorful and grouped JavaScript logging with Bragi

Bragi is javascript logging library with colors, custom log levels, and server reporting functionality. Bragi allows you to write log messages that you can leave in your code, and allows you to specify what logs get output to the console.

BRAGI.log('groupname', 'Here is some user info', { name: 'Ironman', weaknesses: null });

Picture