Changeset 257:1da20520c2ee

Show
Ignore:
Timestamp:
11/27/07 15:49:37 (1 year ago)
Author:
"Brian Warner <warner@lothar.com>"
branch:
default
Message:

first cut of new logging system, with bin/flogtool to view/gather/tail events

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r256 r257  
     12007-11-27  Brian Warner  <warner@lothar.com> 
     2 
     3        * foolscap/logging/*: new logging support, including hierarchical 
     4        logging, remote publishing, gathering tools 
     5        * foolscap/test/test_logging.py: minimal tests for it 
     6        * bin/flogtool: command-line tool to view/gather log events 
     7        * setup.py (scripts=): include flogtool 
     8 
    192007-10-16  Brian Warner  <warner@lothar.com> 
    210 
  • setup.py

    r251 r257  
    3434         
    3535        packages=["foolscap", "foolscap/slicers", "foolscap/test"], 
     36        scripts=["bin/flogtool"], 
    3637        )