cmbi / kmad

Knowledge based multiple sequence alignment for intrinsically disordered proteins
http://www.cmbi.ru.nl/kmad
GNU General Public License v3.0
8 stars 4 forks source link

Add logging support #16

Open jonblack opened 9 years ago

jonblack commented 9 years ago

It's useful to add proper configurable logging support so debugging is easier. In production the log level can be reduce or disabled, but during development it can show us what's happening.

Use Boost.Log.