I just wanted to have logging which has colors, and also have chronicles-style 
printing of arguments, so I created this relatively small snippet for logging: 
[https://gist.github.com/Yardanico/0bcf50c05b71ae8990529ea0913ac068](https://gist.github.com/Yardanico/0bcf50c05b71ae8990529ea0913ac068)

Example of usage:
    
    
    import simple_log
    let info = 5
    logInfo("Hello world!", info = info, count = 65, word = "world")
    
    
    Run

I don't really think I'll release it as a package because it's just too small, 
but you can easily embed it in your projects.

Reply via email to