System log Colorizer prints out some useful information by filtering and colorizing syslog files. It allows you to read a file, a FIFO, or from stdin, and print out only interesting data. The script colorizes each part of a log line (date, host, process, PID, and message), allows processes to have different colors, and can highlight words in a specific color. It can also use a Perl regex for syntax colorization for variable parts of messages. It filters messages (globally or by host) on process name or/and a regex on the message.
| Tags | Internet Log Analysis |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Perl |
A game where you must jump over gaps and use various floor types to succeed.
- All comments
Recent commentsRe: I have other implementation ;)
> Hello!
> I have a more general project to
> colorize output
> of any program.
My soft not only colorizes syslogs...
It allows advanced filtering.
I have other implementation ;)
Hello!
I have a more general project to colorize output
of any program.
This is a sed like filter - Csed
http://freshmeat.net/projects/csed/