Handbook
Glossary
10-most-recent ( errors -- errors )
Vocabulary
logging
.
analysis
Inputs
errors
an
object
Outputs
errors
an
object
Definition
USING:
io
sequences
;
IN:
logging.analysis
:
10-most-recent
( errors -- errors )
10
tail*
"Only showing 10 most recent errors"
print
nl
;