Portable logging library. More...
Typedefs | |
using | Token = const char * |
Variables | |
constexpr Token | kDefaultToken = nullptr |
Default value of a log token. This token should not be logged. | |
Portable logging library.
using pw::log::Token = typedef const char* |
Type of a log token. Either a const char*
or a pw::tokenizer::Token
. Use in C++ instead of PW_LOG_TOKEN_TYPE
.