| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SaveChartLog Method SharpPlot.SaveChartLog MethodSaves a debug log to a text file. This may be useful in helping to identify errors when the chart is rendered. Examplesp.SaveChartLog("debug.log"); Overloads
The optional prescan flag will parse any HTML tagged text into simple settings of font and associated text fragments. It will also ensure 7-bit ASCII output by HTML-encoding any hi-bit or Unicode characters. The standard log only records drawing instructions – this makes it ideal for text comparison tools to check for changes to graphics output. You can also add logging of internal settings (used for animations and JavaScript handlers) if you need to debug these. See also ... |