File: intro.txt

package info (click to toggle)
clog 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 680 kB
  • sloc: cpp: 8,670; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
Introducing clog.

Clog is a colorized log viewer.  It can spot text on a line in a log file and
apply color to it, a little like this:

$ tail -f access.log | sed -e 's/ error / <red>error<\/red> /g'

This would spot the text ' error ' in access.log and mark up the matched text.
This is what clog does.