Skip to content
Snippets Groups Projects
Commit 151e90f4 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Add logging functions notice, info, debug functions and use them consistently

We previously had this kind of code all over the place:
> when (verbosity >= verbose)
>      (putStrLn "some message")
We now replace that with:
> info verbosity "some message"
Much nicer.
parent 5eb39f4e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment