Log
Generic console and logging helpers
Functions
log_echo_error(message)
Logs a red message to STDERR
log_[info|success|warning|debug|error](message)
Logs a message with timestamp and colored log level
log_die(message)
Logs a fatal message with timestamp and exits with error code 1
log_divider_header(message)
Logs a visual divider for multiline command output



