LLDB mainline
|
#include <Log.h>
Public Member Functions | |
template<typename Cat > | |
constexpr | Channel (llvm::ArrayRef< Log::Category > categories, Cat default_flags) |
Log * | GetLog (MaskType mask) |
Public Attributes | |
const llvm::ArrayRef< Category > | categories |
const MaskType | default_flags |
Private Attributes | |
std::atomic< Log * > | log_ptr |
Friends | |
class | Log |
|
inlineconstexpr |
Definition at line 184 of file Log.h.
References lldb_private::Log::GetMask(), and log_ptr.
const llvm::ArrayRef<Category> lldb_private::Log::Channel::categories |
|
private |
Definition at line 164 of file Log.h.
Referenced by lldb_private::Log::Disable(), lldb_private::Log::Enable(), and GetLog().