Modules§
- log
- A set of logging macros that provide different levels of logging:
trace,debug,info,warn, anderror. These macros behave differently depending on whether the code is compiled in debug or release mode. - macros
- types
Macros§
- async_
with - python like
async_withmacro for asynchronize function - debug
- enum_
extend - error
- info
- trace
- warn
- with
- python like
withmacro for synchronize code