Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.92k stars 109 forks source link

move logger into seperate file for simpler code formatting #183

Open Palashio opened 4 years ago

Palashio commented 4 years ago

right now, we have to put the logger at the top of every file in order to maintain global variable state. This should be fairly straightforward, but we need to move the logger into a seperate file and just call the function from there.