Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DiagnosticsConfiguration.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics
;
2
3
internal
static
class
DiagnosticsConfiguration
4
{
5
internal
static
bool
AutoFlush
=>
false
;
6
7
internal
static
bool
UseGlobalLock
=>
true
;
8
9
internal
static
int
IndentSize
=> 4;
10
11
internal
static
bool
AssertUIEnabled
=>
true
;
12
13
internal
static
string
LogFileName
=>
string
.Empty;
14
}
System.Diagnostics.DiagnosticsConfiguration.AutoFlush
static bool AutoFlush
Definition
DiagnosticsConfiguration.cs:5
System.Diagnostics.DiagnosticsConfiguration.LogFileName
static string LogFileName
Definition
DiagnosticsConfiguration.cs:13
System.Diagnostics.DiagnosticsConfiguration.UseGlobalLock
static bool UseGlobalLock
Definition
DiagnosticsConfiguration.cs:7
System.Diagnostics.DiagnosticsConfiguration.AssertUIEnabled
static bool AssertUIEnabled
Definition
DiagnosticsConfiguration.cs:11
System.Diagnostics.DiagnosticsConfiguration.IndentSize
static int IndentSize
Definition
DiagnosticsConfiguration.cs:9
System.Diagnostics.DiagnosticsConfiguration
Definition
DiagnosticsConfiguration.cs:4
System.Diagnostics
Definition
AggregationManager.cs:6
source
System.Diagnostics.TraceSource
System.Diagnostics
DiagnosticsConfiguration.cs
Generated by
1.10.0