Team-SYNACKd / NaWaB

NaWaB is a bot which shares all sorts of information regarding Computer Networks scraping twitter content
MIT License
8 stars 2 forks source link

WIP: Logging: Introduced logging method for debugging #53

Open ananthanandanan opened 4 years ago

ananthanandanan commented 4 years ago

This commit fixes #52 .

Aniketh01 commented 4 years ago

Is it all there is to point out to as debug points? As an initial work, this looks good enough.

There is a merge conflicts as well. Please fix that.

Thinking about this right now, it came to me that, it would interesting to have a public function/API that could be used to as a debug print function. That is, have a function like nawab_debugp(args, args), that function could be exposed to the tests we write and within the internal code as well.