shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
2k stars 510 forks source link

feat: Replace glog with absl::log #1274

Closed joeyparrish closed 1 year ago

joeyparrish commented 1 year ago

This deprecates --vmodule (not available in absl, mapping it to --v for a very minimal sort of compatibility) and adds the absl::log flags --minloglevel, --stderrthreshold, --log_backtrace_at, and --log_prefix.