Primary Logging Functions

Functions to open, print to, and close a log file.

log_open()

Open a log

log_print() put() sep() log_hook()

Print an object to the log

log_close()

Close the log

Interruption Functions

Functions to suspend and resume a log.

log_suspend()

Suspends the log

log_resume()

Resume writing to a log

Exception Handling

Functions to manage errors and warnings.

log_error()

Logs an error

log_warning()

Logs a warning

get_warnings()

Gets warnings from most recent log

Utility Functions

Other useful functions.

log_path()

Get the path of the current log

log_status()

Get the status of the log

log_code()

Log the current program code