Skip to content

Use propper logging #14

@schnecki

Description

@schnecki

It would make sense to use a proper logging mechanism instead of writing to standard output. I am thinking of Control.Monad.Logger or similar.
Otherwise at least add a preprocessor statement for turning on/off debugging:

debugging = 
#ifdef DEBUG
    True       
#else 
    False
#endif 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions