Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11874


Ignore:
Timestamp:
Dec 11, 2014, 3:11:29 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11874 – Description

    v1 v2  
    11Adding a `LoggerManager` Component and a `ILoggingHandlerProvider` interface would allow new handlers to be added through plugins. It should also be possible to eliminate some redundant definitions of log types in `log.py` and `admin/web_ui.py`, and provide a cleaner definition of log levels.
    22
    3 One handler that will be of immediate use is `MockLoggingHandler` in `test.py`, taken from SO:1049375/121694.
     3One handler that will be of immediate use is the addition of `MockLoggingHandler` in `test.py`, taken from SO:1049375/121694.