TalEliyahu/XComment.io

comment_remover: Logging implementation

Opened this issue · 0 comments

Logging will be implement with standart lib logging (log4)

  • Add in code DEBUG, INFO and ERROR level messages.
  • Using simple config in code.
  • Add tests for capture logging messages

Option for enable logging: -l (--log)
Option for specify path for log placed: -f (--log_file)