Searched defs:kDebug (Results 1 – 5 of 5) sorted by relevance
32 kDebug = 3, enumerator
27 enum class LogLevel : uint8_t { kDebug = 0, kInfo, kWarning, kError, kException }; enumerator
62 static const char kDebug[] = "debug"; in handlePragma() local
83 const char kDebug[] = "debug"; in handlePragma() local
163 enum MsLogLevel : int { kDebug = 0, kInfo, kWarning, kError, kException }; enumerator