Changeset 257:1da20520c2ee
- 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
| r256 |
r257 |
|
| | 1 | 2007-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 | |
|---|
| 1 | 9 | 2007-10-16 Brian Warner <warner@lothar.com> |
|---|
| 2 | 10 | |
|---|
| r251 |
r257 |
|
| 34 | 34 | |
|---|
| 35 | 35 | packages=["foolscap", "foolscap/slicers", "foolscap/test"], |
|---|
| | 36 | scripts=["bin/flogtool"], |
|---|
| 36 | 37 | ) |
|---|