|
FireSync API
|
| kStatus kHealthSummary_BeginCompose | ( | kHealthSummary | summary, |
| kSize | entryCount | ||
| ) |
Opens the health summary for writing.
Each call to BeginCompose should be matched by a call to EndCompose when writing is is complete.
This method is used in the implementation of health services to compose a health summary object from log data.
| summary | Health summary. |
| entryCount | Count of log entries per stat. |