Changes between Version 6 and Version 7 of MapGuideRfc49


Ignore:
Timestamp:
Jun 16, 2008, 11:04:36 AM (16 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc49

    v6 v7  
    4242
    4343 * Level 0 - Errors
     44  * This is the default level of detail
    4445  * Errors (exceptions) are logged without method parameters for the specified service
     46  * Warnings are not logged for this service
     47  * Traces are not logged for this service
    4548 * Level 1 - Warnings and Errors
     49  * Errors (exceptions) are logged with method parameters for the specified service
     50  * Warnings are logged with parameters for this service
     51  * Traces are not logged for this service
    4652 * Level 2 - Trace, Warnings, and Errors
     53  * All Level 1 detail, plus
     54  * Traces with parameters are logged for published Service API calls
    4755 * Level 3 - Internal Trace, Trace, Warnings, and Errors
     56  * All Level 2 detail, plus
     57  * Traces with parameters are logged for internal API calls
    4858
    4959== Implications ==
    5060
     61Level 0 matches the existing functionality set without the trace log.  The enhanced Level 1 to 3 functionality will be implemented over time.
    5162
     63Additional internal C++ code constructs will be introduced within the !MapGuide Server code base to implement the enchanced functionality.  These constructs are internal only and beyond the scope of this RFC.
    5264
    5365== Test Plan ==