Add macros for emitting more precise log
Opened this issue · 0 comments
Y-Nak commented
Currently, we emit logs inside genapi::GenApiError
ctor, but apparently, this loses the exact position where the error occurs.
So we need macros that construct GenApiError
and emit logs.