Diagnostics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writer of diagnostics for postmortem analysis.
[System.Serializable]
public class Diagnostics : IDisposable
[<System.Serializable>]
type Diagnostics = class
interface IDisposable
Public Class Diagnostics
Implements IDisposable
- Inheritance
-
Diagnostics
- Attributes
- Implements
Constructors
Diagnostics() |
Fields
persistentDataPath | |
serializer | |
writeQueue | |
writeTask |
Properties
SharedSettings |
Provide access to the shared configuration. Get and set of settings is through DiagnosticsSettings |
Methods
createNextFile(DateTime) | |
deleteObsoleteFiles() | |
Dispose() |
Free all, after possible wait for finish. |
processWriteQueue() | |
Start(IPlugin) |
Get set up. |
Update() |
Use a time slice for processing any accrued data. |