Diagnostics Class

Definition

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

Name Description
Diagnostics()

Fields

Name Description
persistentDataPath
serializer
writeQueue
writeTask

Properties

Name Description
SharedSettings

Provide access to the shared configuration. Get and set of settings is through DiagnosticsSettings

Methods

Name Description
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.

Applies to