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
linesa parsed log file
word-namesa 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