shill: Rename SMLOG to SLOG

Rewrite SMLOG as SLOG, thus saving many edits.  Change the location of
the SLOG macro to be memory_log.h, requiring includes to be rewritten
and reordered.  While we're rewriting includes, moving all assorted
logging includes into a generic shill/logging.h, thus saving future
logging changes from altering these includes ever again.

BUG=chromium-os:31145
TEST=Builds, unit tests still pass

Change-Id: Ie5129fcbdda87f3149460209a682c698b876b09a
Reviewed-on: https://gerrit.chromium.org/gerrit/29650
Commit-Ready: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Tested-by: Christopher Wiley <wiley@chromium.org>
diff --git a/cellular_capability_gsm.cc b/cellular_capability_gsm.cc
index ad7b9ee..af4e2df 100644
--- a/cellular_capability_gsm.cc
+++ b/cellular_capability_gsm.cc
@@ -8,7 +8,6 @@
 #include <vector>
 
 #include <base/bind.h>
-#include <base/logging.h>
 #include <base/stl_util.h>
 #include <base/string_number_conversions.h>
 #include <base/stringprintf.h>
@@ -19,9 +18,9 @@
 #include "shill/adaptor_interfaces.h"
 #include "shill/cellular_service.h"
 #include "shill/error.h"
+#include "shill/logging.h"
 #include "shill/property_accessor.h"
 #include "shill/proxy_factory.h"
-#include "shill/scope_logger.h"
 
 using base::Bind;
 using std::string;