Create Logger utility function #48

Open
opened 2018-08-30 08:07:31 +00:00 by marty-oehme · 0 comments
marty-oehme commented 2018-08-30 08:07:31 +00:00 (Migrated from gitlab.com)

Should replace all current, temporary uses of print to log events and errors.

  • Should be able to be set to different verbosity flags (DEBUG, WARNING, ERROR, NONE) and only print the resulting messages.
  • Should prepend messages with their respective flag - such as "[ERROR] we should not call null methods".
  • Should print a stack trace to the respective issuing message
  • Should be able to log to a file or different output than the console.
Should replace all current, temporary uses of print to log events and errors. * Should be able to be set to different verbosity flags (DEBUG, WARNING, ERROR, NONE) and only print the resulting messages. * Should prepend messages with their respective flag - such as "[ERROR] we should not call null methods". * Should print a stack trace to the respective issuing message * Should be able to log to a file or different output than the console.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: experiments/cellular-automata#48
No description provided.