Table of Contents
- Getting Started
 - EO.Pdf
 - EO.Web
 - EO.WebBrowser
 - EO.Wpf
 - Common Topics
 - Reference
- .NET API Reference
- EO.Base
- EO.Base
 - Classes
- BaseException Class
 - BaseObject Class
 - BaseObjectCollection<T> Class
 - BaseObjectCollectionWrapper<T,T> Class
 - ChildProcessOutOfMemoryException Class
 - CrashDataEventArgs Class
 - DiagnosticTools Class
 - ExceptionEventArgs Class
 - ProxyInfo Class
 - Runtime Class
 - ThreadRunnerBase Class
 - WaitableTask Class
 
 - Enumerations
 - Delegates
 
 - EO.Base.UI
 - EO.Extensions
 - EO.Pdf
 - EO.Pdf.Acm
 - EO.Pdf.Contents
 - EO.Pdf.Drawing
 - EO.Pdf.Mvc
 - EO.Web
 - EO.WebBrowser
 - EO.WebBrowser.DOM
 - EO.WebEngine
 - EO.WinForm
 - EO.Wpf
 - EO.Wpf.Gauge
 - EO.Wpf.Gauge.Shapes
 - EO.Wpf.Primitives
 - EO.Wpf.Themes.Aero
 - EO.Wpf.Themes.Classic
 - EO.Wpf.Themes.Luna
 - EO.Wpf.Themes.Metro
 - EO.Wpf.Themes.Royale
 
 - EO.Base
 - JavaScript API Reference
 
 - .NET API Reference
 
| DiagnosticTools.StartDiagnosticLog Method | 
Start to capture detailed diagnostic logs.
Syntax
        Parameters
- name
 - An optional string value that can be used to identify your log.
 
Remarks
        Use this method to capture detailed diagnostic logs that may help troubleshoot hard to reproduce problems. Please note:
- Only call this method when requested by Essential Objects support as it can negatively impact performance;
 - You should call this method as early as possible as logs from child processes will not be captured unless this method is called before the child process is created;
 - It is recommended that you call StopAndSaveDiagnosticLog to submit or save the result as soon as the problem occurs so that the log contents would be more relevant to the problem;
 
See Also
        