huntzhan / clidoc

Prove Of Conecept Fork Of Docopt.
MIT License
7 stars 1 forks source link

Choose logging library. #13

Open huntzhan opened 9 years ago

huntzhan commented 9 years ago

Use easyloggingpp. Plan:

After closing this issue, keep working on #8 .

huntzhan commented 9 years ago

Building boost libraries would not be a problem(#54). Hence, use Boost.Log instead. Boost.Log is too heavy.

huntzhan commented 9 years ago

Introduce easyloggingpp would result in:

So, try to write a project specific logger instead.Currently just use std::cout for logging.