[#LDBG_LEVEL_OR_TYPE] = LDBG_LEVEL_OR_TYPE :mrdocs: When a single argument is provided. This can be either a level or the debug type. If a level is provided, we default the debug type to DEBUG_TYPE, if a string is provided, we default the level to 1. == Synopsis Declared in `<llvm/Support/DebugLog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define LDBG_LEVEL_OR_TYPE(LEVEL_OR_TYPE) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#