Remove logging::LogAtLevel and rewrite its sole caller.

This method causes log statements attributed to logging.h (inside the LogAtLevel
function) to be written, which is less than useful. It only has one caller, which
can easily be adjusted to use the ordinary LOG(...) macro with a small adjustment.

After this change, the log output is correctly attributed to object_proxy.cc.

Review URL: https://codereview.chromium.org/1609563002

Cr-Commit-Position: refs/heads/master@{#370905}


CrOS-Libchrome-Original-Commit: a14517ffd5565b7572ead4014b9953edc4b17009
2 files changed
tree: 57f7f8ab77992744c089c5596f9b49023b36d7c1
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/