DiagnosticsSettings Struct
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.
Client tune-able settings for the diagnostics. Set through the WorldLockingManager.
[System.Serializable]
public struct DiagnosticsSettings
[<System.Serializable>]
type DiagnosticsSettings = struct
Public Structure DiagnosticsSettings
- Inheritance
-
DiagnosticsSettings
- Attributes
Fields
Enabled |
Diagnostics can be disabled if unneeded to reclaim any lost performance. |
MaxKilobytesPerFile |
Max file size. |
MaxNumberOfFiles |
Limit number of auto-generated files. |
StorageFileTemplate |
Base for auto-generated unique filename. |
StorageSubdirectory |
Folder in which to keep diagnostics. |
Properties
UseDefaults |
Ignore set values and use default behavior. When set, will reset all values to defaults. |
Methods
InitToDefaults() |