LoggerPanelWidget
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
A widget that displays log entries from an in a table with automatic follow behavior. Follows by default; scrolling up breaks the lock. Navigating back to the last row re-engages following.
csharp
public sealed record LoggerPanelWidget : Hex1bWidget, IEquatable<Hex1bWidget>, IEquatable<LoggerPanelWidget>Inheritance
Object → Hex1bWidget → LoggerPanelWidget
Implements
Constructors
LoggerPanelWidget(IHex1bLogStore)
A widget that displays log entries from an in a table with automatic follow behavior. Follows by default; scrolling up breaks the lock. Navigating back to the last row re-engages following.
Parameters:
LogStore(IHex1bLogStore): The opaque log store handle returned byAddHex1b().
csharp
public LoggerPanelWidget(IHex1bLogStore LogStore)Properties
LogStore
The opaque log store handle returned by AddHex1b().
Returns: IHex1bLogStore
csharp
public IHex1bLogStore LogStore { get; init; }