Handbook
Glossary
analyze-log ( lines word-names -- )
Furnace framework
»
Logging framework
»
Log analysis
Next:
analyze-entries ( entries word-names -- errors word-histogram message-histogram )
Vocabulary
logging
.
analysis
Inputs
lines
a parsed log file
word-names
a sequence of strings
Outputs
None
Word description
Analyzes a log file and prints a formatted report. The
word-names
parameter is documented in
analyze-entries
.
Definition
USING:
kernel
logging.parser
;
IN:
logging.analysis
:
analyze-log
( lines word-names -- )
[
parse-log
]
dip
analyze-entries
analysis.
;