sandboxed-api/sandboxed_api/examples/sum
Christian Blichmann 51799f99ae Introduce a transitional logging utility library
Instead of calling `google::InitGoogleLogging()` directly, introduce an
indirection via a new utility library. After this change, Sandboxed API
should consistently use `sapi::InitLogging()` everywhere.

For now, `sapi::InitLogging()` simply calls its glog equivalent. However,
this enables us to migrate away from the gflags dependency and use Abseil
flags. Once a follow-up change lands, `sapi::InitLogging()` will instead
initialize the google logging library with flags defined from Aseil.

Later still, once Abseil releases logging, we can then drop the glog
dependency entirely.

PiperOrigin-RevId: 445363592
Change-Id: Ia23a7dc88b8ffe65a422ea4d5233bba7bdd1303a
2022-04-29 02:14:06 -07:00
..
BUILD.bazel Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
CMakeLists.txt Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
main_sum_test.sh Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
main_sum.cc Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
sandbox.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
sum_cpp.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
sum_params.proto Migration of remaining protobufs from proto2 to proto3 2022-03-16 00:43:46 -07:00
sum.c Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00