Tweak sysutils/etcupdate version 1.1
[dports.git] / sysutils / logtool / pkg-descr
1 Logtool is a command line program that will parse ASCII logfiles into a more
2 palatable format. It will take anything resembling a standard syslog file 
3 (this includes syslog-ng, multilog, and probably most of the other variantse), 
4 and crunch it into one of the following formats for your viewing pleasure: 
5
6   - ANSI (colorized for easy "at a glance" viewing)
7   - ASCII (for e-mail'ed reports, and term's that don't support color)
8   - CSV (for importing into your favorite spreadsheet/database)
9   - HTML (for generating web pages)
10   - RAW (for no good reason)
11
12 It can be configured to parse the data any one of several ways, including
13 suppressing duplicate messages, stripping the host, and/or program fields, 
14 and modifying the time display format (supports TAI64 timestamps produced
15 by DJB's multilog) of the log entries. 
16
17 Author: A.L.Lambert
18 WWW:    http://xjack.org/logtool/