JamesMarcogliese / SMS-Info-System

SMS Information System (SIS)
2 stars 2 forks source link

Logging #21

Closed JamesMarcogliese closed 7 years ago

JamesMarcogliese commented 7 years ago

Logging is currently done by printing to the console directly. Perhaps a more structured logging framework can be used to save logs to a file.

JamesMarcogliese commented 7 years ago

Added proper logging. Please follow format in the future instead of "print". State of instructions can be put in the INFO stream, while actual message data as it is processed into the DEBUG stream.