Changes between Version 6 and Version 7 of MapGuideRfc49
- Timestamp:
- 06/16/08 11:04:36 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc49
v6 v7 42 42 43 43 * Level 0 - Errors 44 * This is the default level of detail 44 45 * 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 45 48 * 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 46 52 * Level 2 - Trace, Warnings, and Errors 53 * All Level 1 detail, plus 54 * Traces with parameters are logged for published Service API calls 47 55 * Level 3 - Internal Trace, Trace, Warnings, and Errors 56 * All Level 2 detail, plus 57 * Traces with parameters are logged for internal API calls 48 58 49 59 == Implications == 50 60 61 Level 0 matches the existing functionality set without the trace log. The enhanced Level 1 to 3 functionality will be implemented over time. 51 62 63 Additional 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. 52 64 53 65 == Test Plan ==