nathanstilwell / color-logger

A bash function to log in color
Do What The F*ck You Want To Public License
12 stars 6 forks source link

Add ability to log to stderr #2

Open haywood opened 10 years ago

haywood commented 10 years ago

This is actually something that's generally very annoying about the echo command, and it would be nice to have some kind of switch that just turns it on.

haywood commented 10 years ago

maybe something like log 'msg' info 'howdy!' error 'oh no!'

nathanstilwell commented 9 years ago

I love this idea. Anything to make errors prettier and easier to read. :+1:

p1r473 commented 7 months ago

@nathanstilwell what about ability to log to syslog?