[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1553, Sat Dec 20 18:13:45 2003 UTC version 1556, Sun Dec 21 02:24:14 2003 UTC
Line 2 
Line 2 
   
  Changed, Enhanced, or Newly Deprecated Features   Changed, Enhanced, or Newly Deprecated Features
   
    - Added "[Import on Demand]" section type to .ini files, allowing you to
      define shortcuts for modules that you frequently reference in your
      configuration.  This lets you replace e.g. 'importString("foo.bar.baz:Spam")'
      with 'foo_baz.Spam' in expressions, by adding something like this::
   
       [Import on Demand]
       foo_bar = "foo.bar.baz"
   
      to your configuration.  The defined shortcut is then available for the
      remainder of that configuration file, and in any .ini files included from
      the current file.  See 'peak.ini' for an example and more info.
   
  - Logging-related interfaces have been moved into the 'peak.running.logs'   - Logging-related interfaces have been moved into the 'peak.running.logs'
    module.  So, what used to be 'running.ILogger' is now 'logs.ILogger'.     module.  So, what used to be 'running.ILogger' is now 'logs.ILogger'.
   
  - Log events now use a standard component construction signature, and the   - Log events now use a standard component construction signature, and the
    class used for event objects is now configurable as the factory for     class used for event objects is now configurable as the factory for
    'logs.ILogEvent'.  (See "Component Factories" in 'peak.ini'.)     'logs.ILogEvent'.  (See "[Component Factories]" in 'peak.ini'.)
   
  - By popular demand, 'logs.ILogger' (and its default implementation) now   - By popular demand, 'logs.ILogger' (and its default implementation) now
    includes 'trace()', 'notice()', 'alert()' and 'emergency()' methods that use     includes 'trace()', 'notice()', 'alert()' and 'emergency()' methods that use


Generate output suitable for use with a patch program
Legend:
Removed from v.1553  
changed lines
  Added in v.1556

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help