[Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 22 Jul 2019 23:48:01 +0000 (23:48 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 22 Jul 2019 23:48:01 +0000 (23:48 +0000)
commitb2a9cf77644b2345ad662dbf93579d4577d36104
tree79980cd5c3ac0d20964467f7f337056e4d9c2fce
parenta61c247ce189efe7641dccb8ad7f85f60fc72220
[Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.

This patch removes any remaining instances of LogIfAnyCategoriesSet and
replaces them with the LLDB_LOG macro. This in turn made it possible to
make Log::VAPrintf and Log::VAError private.

llvm-svn: 366768
lldb/include/lldb/Utility/Log.h
lldb/include/lldb/Utility/Logging.h
lldb/source/Core/Communication.cpp
lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
lldb/source/Target/Target.cpp
lldb/source/Utility/Logging.cpp