Skip to content

util/log: add more loggers and let mesa/main use it

Chia-I Wu requested to merge olv/mesa:mesa-log into main

The first 6 commits add/improve loggers used by mesa_log

  • MESA_LOG is added to control mesa_log
  • MESA_LOG=file logs to stderr by default and can log to any file specified by MESA_LOG_FILE
  • MESA_LOG=android gains MESA_LOG=wait to reduce message drop
  • MESA_LOG=syslog is a new logger for syslog

The last 3 commits change output_if_debug to use mesa_log.

Merge request reports