LoggerConfig Class
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
Configuration for GlobalLogger.
System.Object →
LoggerConfig
Derived from LoggerConfig:
[DataContract("GlobalLoggerConfig")]
public class LoggerConfig
| Name | Description | |
|---|---|---|
| Properties | ||
| Level | Gets or sets the minimum level to allow logging. |
|
Properties
Level
Gets or sets the minimum level to allow logging.
public LogMessageType Level { get; set; }
Property Value
| Type | Description |
|---|---|
| LogMessageType | The level. |