Class LogFilterSettings
Contains the settings information for logging.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Logging
Assembly: Phoenix.Core.dll
Syntax
[Serializable]
public class LogFilterSettings : SettingsCategoryBase
Constructors
View SourceLogFilterSettings()
Initializes a new instance of the LogFilterSettings class.
Declaration
public LogFilterSettings()
Properties
View SourceUnloggedPrefixes
Gets the list of unlogged prefixes.
Declaration
[PhoenixSetting("UnloggedPrefixes", null)]
public SerializableList<string> UnloggedPrefixes { get; }
Property Value
Type | Description |
---|---|
SerializableList<System.String> |
Methods
View SourceSave(ISettingsManager)
Saves the current settings.
Declaration
public void Save(ISettingsManager settingsManager)
Parameters
Type | Name | Description |
---|---|---|
ISettingsManager | settingsManager |