Changeset 15b34fd for ChangeLog


Ignore:
Timestamp:
Jan 4, 2005, 11:04:52 PM (19 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
180cd15
Parents:
95474d7
Message:
Fixed some small memory leaks in logging if files unwriteable
If the variable logfilter is set it names a filter.  Any messages
  matching this filter are logged.  This is an independent
  mechanism from the other logging variables.  If you want to
  control all logging with logfilter the other variables must be
  set to their default (off) settings. [BZ 37]
Relatively substantial changes made under the hood to support
  filter logging.  Now have more consistent interfaces to
  creating messages etc.  Still needs more work though.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r95474d7 r15b34fd  
    1111          readable.  Still prints an error either way if zephyr reports a
    1212          failure. [BZ 19]
     13        Fixed some small memory leaks in logging if files unwriteable
     14        If the variable logfilter is set it names a filter.  Any messages
     15          matching this filter are logged.  This is an independent
     16          mechanism from the other logging variables.  If you want to
     17          control all logging with logfilter the other variables must be
     18          set to their default (off) settings. [BZ 37]
     19        Relatively substantial changes made under the hood to support
     20          filter logging.  Now have more consistent interfaces to
     21          creating messages etc.  Still needs more work though.
    1322
    14232.1.10
Note: See TracChangeset for help on using the changeset viewer.