Scorum
debug_log.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #define debug_log(CTX, FORMAT, ...) fc_ctx_dlog(fc::logger::get("debug"), CTX, FORMAT, __VA_ARGS__)