rotate-logs ( -- )
Furnace framework » Logging framework » Log rotation

Next:close-logs ( -- )


Vocabulary
logging

Word description
Rotates all logs. The highest numbered log file in each log directory is deleted, and each file is renamed so that its number increments by one. Subsequent logging calls will create a new #1 log file. This keeps log files from getting too large and makes them easier to search.

Definition