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
configFileNamestringThe name of the configuration file.
configRelativePathstringThe relative path to the configuration directory.
Properties
Log
protected override Logger Log { get; }