5 #include <plog/Severity.h> 20 #define LOGV_GENN LOGV_(Logging::CHANNEL_GENN) 21 #define LOGD_GENN LOGD_(Logging::CHANNEL_GENN) 22 #define LOGI_GENN LOGI_(Logging::CHANNEL_GENN) 23 #define LOGW_GENN LOGW_(Logging::CHANNEL_GENN) 24 #define LOGE_GENN LOGE_(Logging::CHANNEL_GENN) 25 #define LOGF_GENN LOGF_(Logging::CHANNEL_GENN) 28 #define LOGV_CODE_GEN LOGV_(Logging::CHANNEL_CODE_GEN) 29 #define LOGD_CODE_GEN LOGD_(Logging::CHANNEL_CODE_GEN) 30 #define LOGI_CODE_GEN LOGI_(Logging::CHANNEL_CODE_GEN) 31 #define LOGW_CODE_GEN LOGW_(Logging::CHANNEL_CODE_GEN) 32 #define LOGE_CODE_GEN LOGE_(Logging::CHANNEL_CODE_GEN) 33 #define LOGF_CODE_GEN LOGF_(Logging::CHANNEL_CODE_GEN) 36 #define LOGV_BACKEND LOGV_(Logging::CHANNEL_BACKEND) 37 #define LOGD_BACKEND LOGD_(Logging::CHANNEL_BACKEND) 38 #define LOGI_BACKEND LOGI_(Logging::CHANNEL_BACKEND) 39 #define LOGW_BACKEND LOGW_(Logging::CHANNEL_BACKEND) 40 #define LOGE_BACKEND LOGE_(Logging::CHANNEL_BACKEND) 41 #define LOGF_BACKEND LOGF_(Logging::CHANNEL_BACKEND) 57 GENN_EXPORT void init(plog::Severity gennLevel, plog::Severity codeGeneratorLevel,
58 plog::IAppender *gennAppender, plog::IAppender *codeGeneratorAppender);
Channel
Definition: logging.h:49
#define GENN_EXPORT
Definition: gennExport.h:13
GENN_EXPORT void init(plog::Severity gennLevel, plog::Severity codeGeneratorLevel, plog::IAppender *gennAppender, plog::IAppender *codeGeneratorAppender)
Definition: logging.cc:6