LLDB mainline
|
#include <Log.h>
Public Member Functions | |
template<typename Cat> | |
constexpr | Category (llvm::StringLiteral name, llvm::StringLiteral description, Cat mask) |
Public Attributes | |
llvm::StringLiteral | name |
llvm::StringLiteral | description |
MaskType | flag |
|
inlineconstexpr |
Definition at line 153 of file Log.h.
References description, flag, and name.
llvm::StringLiteral lldb_private::Log::Category::description |
Definition at line 149 of file Log.h.
Referenced by Category().
MaskType lldb_private::Log::Category::flag |
Definition at line 150 of file Log.h.
Referenced by Category().
llvm::StringLiteral lldb_private::Log::Category::name |
Definition at line 148 of file Log.h.
Referenced by Category().