StandOut

Logging and Control for sys.stdout and sys.stderr
Download

StandOut Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Foord
  • Publisher web site:
  • http://www.voidspace.org.uk/python/rest2web/

StandOut Tags


StandOut Description

Logging and Control for sys.stdout and sys.stderr StandOut is a Python library that offers a simple way of adding varying levels of verbosity to your program and to allow logging to a file: using just the normal print command.You set a verbosity level (or your user can, from the command line for example), and only messages with a priority greater than that setting are displayed. You can set the general priority levels, or specify an explicit priority for individual messages.You can set the threshold level for the log file to be the same, or different. Very easy to use and saves having seperate code to maintain a log or determine message priority.It will divert sys.stdout and / or stderr and can log them both to the same file. Requirements: · Python


StandOut Related Software