genetics-statistics / faster_lmm_d

A faster lmm for GWAS. Supports GPU backend.
GNU General Public License v3.0
14 stars 6 forks source link

Use logger #3

Closed pjotrp closed 7 years ago

pjotrp commented 7 years ago

Hi Prasun,

Can you introduce logging for all output generated? I did app.d to reduce noise. Replace all write functions. Also we should set the loglevel at the command line, so you can have switches:

--debug (all output) --trace --info --warning (default) --quiet (critical|fatal) ` does that make sense?

prasunanand commented 7 years ago

Yes, I will do it.