Archive for November, 2004

Colour-coding your log output with sed

Nov 11, 2004

If your application is logging events to a file, chances are that you often find yourself using tail to monitor that file. If you are using a logging library, chances are that your logging events are classified in differing orders of severity. Wouldn’t it be nice to make severe errors readily apparent? … Read more