You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created this as an internal tool at work for developers to validate their log files against a known set of logging guidelines. The log messages are in a pre-defined format and are transactional i.e they have a beginning and an end. The validator is a Python script and uses a lot of Pythonic way of doing things - classes, queues, known libraries etc.