cathoderaydude / Babel

A simple translation tool for on-screen text using Google Cloud Vision and Translate. Intended for translating emulated videogames and similar things.
MIT License
2 stars 0 forks source link

Logging #43

Open cathoderaydude opened 4 years ago

cathoderaydude commented 4 years ago

There should be some kind of logging. Before release we should just put in a DbgLog() function that outputs to stdout and appends to file.

cathoderaydude commented 4 years ago

DebugLog class implemented. Still adding log calls.