Class SystemConfig
Represents a system configuration class that provides configuration settings for systems in the plugin system.
public class SystemConfig : BaseConfig, ISystemConfig, IConfig
- Inheritance
-
SystemConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
SystemConfig(string, string)
Represents a system configuration class that provides configuration settings for systems in the plugin system.
public SystemConfig(string configFileName, string configRelativePath)
Parameters
configFileName
stringThe name of the configuration file.
configRelativePath
stringThe relative path to the configuration directory.
Properties
Log
protected override Logger Log { get; }