Home
last modified time | relevance | path

Searched defs:LOG_NOTE (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/uTox/uTox/src/
H A Ddebug.h38 #define LOG_NOTE(file, str, ...) (VERB(NOTICE) ? debug("%-14s" str "\n", file ": ", ## __VA… macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/core/
H A Dlog.h72 #define LOG_NOTE(str) LOG_AT_LEVEL(de::LogEntry::Note, str) macro