Class SharedPluginConfig
public class SharedPluginConfig : PluginConfig, IPluginConfig, IConfig, IManageableLifecycle<PluginConfigManager>, IManageableLifecycle, IReloadable, IManageable<PluginConfigManager>, IManageable
- Inheritance
-
SharedPluginConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
SharedPluginConfig()
public SharedPluginConfig()
Properties
ActiveLogLevels
public ConfigEntry<LogLevel>? ActiveLogLevels { get; }
Property Value
- ConfigEntry<LogLevel>
ActiveLogTags
public ConfigEntry<LogTag[]>? ActiveLogTags { get; }
Property Value
- ConfigEntry<LogTag[]>
DevelopmentMode
public ConfigEntry<bool>? DevelopmentMode { get; }
Property Value
- ConfigEntry<bool>
DumpUnqualifiedAspectEntities
public ConfigEntry<bool>? DumpUnqualifiedAspectEntities { get; }
Property Value
- ConfigEntry<bool>
InactiveLogTags
public ConfigEntry<LogTag[]>? InactiveLogTags { get; }
Property Value
- ConfigEntry<LogTag[]>
ObserveConfigChanges
public ConfigEntry<bool>? ObserveConfigChanges { get; }
Property Value
- ConfigEntry<bool>
Methods
Load()
public override void Load()