Class UILogManager
The
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.dll
Syntax
public class UILogManager : LogManager
Constructors
View SourceUILogManager()
Initializes a new instance of the UILogManager class.
Declaration
public UILogManager()
Properties
View SourceOutputView
Gets or sets the output view to be updated with filter settings.
Declaration
public OutputView OutputView { get; set; }
Property Value
Type | Description |
---|---|
OutputView |
Implements
IHostedService