A Logging System for Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Philippe C. Martin

    #1

    A Logging System for Python

    Dear all,

    I have been looking for a logging system and have come across
    http://www.red-dove.com/python_logging.html.

    As the site refers to PEP 282, I assume this package is a potential
    contender for integration in the Python distribution.

    Am I correct and if so is there any trend to include it in Python 2.5 ?

    Regards,

    Philippe

  • Robert Kern

    #2
    Re: A Logging System for Python

    Philippe C. Martin wrote:[color=blue]
    > Dear all,
    >
    > I have been looking for a logging system and have come across
    > http://www.red-dove.com/python_logging.html.
    >
    > As the site refers to PEP 282, I assume this package is a potential
    > contender for integration in the Python distribution.
    >
    > Am I correct and if so is there any trend to include it in Python 2.5 ?[/color]

    Source code: Lib/logging/__init__.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutor...


    --
    Robert Kern
    rkern@ucsd.edu

    "In the fields of hell where the grass grows high
    Are the graves of dreams allowed to die."
    -- Richard Harter

    Comment

    • Philippe C. Martin

      #3
      Re: A Logging System for Python

      Even better !

      Thanks,

      Philippe


      Robert Kern wrote:
      [color=blue]
      > Philippe C. Martin wrote:[color=green]
      >> Dear all,
      >>
      >> I have been looking for a logging system and have come across
      >> http://www.red-dove.com/python_logging.html.
      >>
      >> As the site refers to PEP 282, I assume this package is a potential
      >> contender for integration in the Python distribution.
      >>
      >> Am I correct and if so is there any trend to include it in Python 2.5 ?[/color]
      >
      > http://docs.python.org/lib/module-logging.html
      >[/color]

      Comment

      Working...