Class LoggerConfig
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
Configuration for GlobalLogger.
[DataContract("GlobalLoggerConfig")]
public class LoggerConfig
- Inheritance
-
LoggerConfig
Properties
Level
Gets or sets the minimum level to allow logging.
public LogMessageType Level { get; set; }
Property Value
- LogMessageType
The level.