Struct DiagnosticsSettings
Client tune-able settings for the diagnostics. Set through the WorldLockingManager.
Inherited Members
Namespace: Microsoft.MixedReality.WorldLocking.Core
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct DiagnosticsSettings
Fields
Enabled
Diagnostics can be disabled if unneeded to reclaim any lost performance.
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
Boolean |
MaxKilobytesPerFile
Max file size.
Declaration
public int MaxKilobytesPerFile
Field Value
Type | Description |
---|---|
Int32 |
MaxNumberOfFiles
Limit number of auto-generated files.
Declaration
public int MaxNumberOfFiles
Field Value
Type | Description |
---|---|
Int32 |
StorageFileTemplate
Base for auto-generated unique filename.
Declaration
public string StorageFileTemplate
Field Value
Type | Description |
---|---|
String |
StorageSubdirectory
Folder in which to keep diagnostics.
Declaration
public string StorageSubdirectory
Field Value
Type | Description |
---|---|
String |
Properties
UseDefaults
Ignore set values and use default behavior. When set, will reset all values to defaults.
Declaration
public bool UseDefaults { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
InitToDefaults()
Declaration
public DiagnosticsSettings InitToDefaults()
Returns
Type | Description |
---|---|
DiagnosticsSettings |