udplog 添加deubg pirntf输出

This commit is contained in:
aozhiwei 2020-05-25 11:26:11 +08:00
parent 837e2d9f9e
commit 8303f98fe3

View File

@ -38,7 +38,9 @@ namespace a8
impl_->save_cond = new std::condition_variable();
impl_->log_level = 0;
impl_->debuging = false;
#ifdef DEBUG
impl_->debuging = true;
#endif
impl_->top_node = nullptr;
impl_->bot_node = nullptr;
impl_->work_node = nullptr;