Changes between Version 18 and Version 19 of MapGuideRfc49
- Timestamp:
- 06/16/08 13:43:55 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc49
v18 v19 58 58 * Traces with parameters are logged for internal API calls 59 59 60 The current thread identifier will be added to both the error and trace logs. This information is useful for call stack tracing. STACKTRACE support also will be added to the trace log for warning and error messages. 60 In the absence of a !LogsDetail entry in serverconfig.ini, each service will default to level 0. By default !LogsDetail = "" so all services will default to level 0. 61 61 62 The existing Error log will be enhanced to include warning messages for a service and call parameters, if desired. 62 In addition to the new classification scheme, the following improvements/changes will be made to the logging: 63 * The current thread identifier will be added to both the error and trace logs. This information is useful for call stack tracing. 64 * STACKTRACE support also will be added to the trace log for warning and error messages. 65 * The existing error log will be enhanced to include warning messages for a service and call parameters, if desired. 66 * The existing trace log will also include error messages, warning messages and call parameters, if desired. Each operation will have two entries tagged with BGN and END for timing purposes. 67 68 Here is a sample error log: 63 69 64 70 {{{ … … 81 87 }}} 82 88 83 The existing Trace log will also include error messages, warning messages and call parameters, if desired. Each operation will have two entries tagged with BGN and END for timing purposes. 89 Here is a sample trace log: 84 90 85 91 {{{