C/C++ API Reference
Loading...
Searching...
No Matches
pw::log Namespace Reference

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.
 

Detailed Description

Portable logging library.

Typedef Documentation

◆ Token

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.