lexeme-dev / core

A project to develop novel algorithms and analysis techniques for legal research
4 stars 0 forks source link

Replace print statements with timestamped logging #48

Closed ProbablyFaiz closed 2 years ago

ProbablyFaiz commented 2 years ago

Pretty simple one, just adds a logger with a format that includes a log level and timestamp.

Print statements, where relevant, are changed to Logger.info.

Closes #42.