wonder-mice / zf_log

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

Allow to specify tag explicitly per each log() call #4

Closed wonder-mice closed 8 years ago

wonder-mice commented 8 years ago

In some cases, several modules share the same .c/.cpp file. To handle that case there should be a reasonable way to specify log tag per each log() call.

wonder-mice commented 8 years ago

Looks like the best option is to promote _ZF_LOG_IMP set of macros to public API.