1. 02 Dec, 2002 8 commits
  2. 28 Nov, 2002 2 commits
  3. 26 Nov, 2002 7 commits
  4. 25 Nov, 2002 7 commits
  5. 24 Nov, 2002 2 commits
  6. 23 Nov, 2002 5 commits
  7. 22 Nov, 2002 8 commits
  8. 21 Nov, 2002 1 commit
    • Fred Drake's avatar
      - zLOG.severity(): Convenience function that converts a value to a · 24942cb7
      Fred Drake authored
        severity level.  This allows the common names to be used for
        severities, not just integers.  This can make configuration data
        less obscure.
      
      - Refactor initialize():
        get_environment_info() pulls information from the environment
        variables, and this gets passed to initialize_log(), which does
        nothing to determine the source of the configuration data.
      
      - New method initialize_with_config():  Load information not provided
        by the environment from a ZConfig section.  This allows the
        environment to override a config file, and avoids having the
        application deal with the specific information needed to configure
        logging.
      24942cb7