diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-29 07:56:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-29 19:37:23 +0700 |
commit | 89bbad9cc65bd26f5c5465fc6aa52f39f45e1edb (patch) | |
tree | 9e3a7a6ef71283a51c0b971c7501595238d8b020 /system/logtool/README | |
parent | 72b2520f45333621c2b60a8699c697bb8df9cb83 (diff) | |
download | slackbuilds-89bbad9cc65bd26f5c5465fc6aa52f39f45e1edb.tar.gz |
system/logtool: Added (log analyzer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/logtool/README')
-rw-r--r-- | system/logtool/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/logtool/README b/system/logtool/README new file mode 100644 index 0000000000..5a24f3c387 --- /dev/null +++ b/system/logtool/README @@ -0,0 +1,13 @@ +logtool (log analyzer) + +Logtool is a command line program that will parse ASCII logfiles into +a more palatable format. It will take anything resembling a syslog +or multilog file (this includes syslog-ng, and probably most of the +other variants out there), and crunch it into one of the following +formats for your viewing pleasure: + + * ANSI (colorized for easy "at a glance" viewing) + * ASCII (for e-mail'ed reports, and term's that don't support color) + * CSV (for importing into your favorite spreadsheet/database) + * HTML (for generating web pages) + * RAW (for no good reason) |