wonder-mice / zf_log

Core logging library for C/ObjC/C++
MIT License
194 stars 51 forks source link

how to write log that bytes size bigger than the default ZF_LOG_BUF_SZ value? #45

Open xiaopeifeng opened 4 years ago

xiaopeifeng commented 4 years ago

I found the default value of ZF_LOG_BUF_SZ is 512 bytes, and it's a stack var, but in my envrionment, there's chance to write a more bigger log, is there any convience way to write such type message?