LoggerPanelExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods for creating LoggerPanelWidget.
csharp
public static class LoggerPanelExtensionsInheritance
Object → LoggerPanelExtensions
Methods
LoggerPanel<TParent>(WidgetContext<TParent>, IHex1bLogStore)
Creates a logger panel that displays log entries from the specified log store.
Parameters:
ctx(WidgetContext<<TParent>>): The widget context.logStore(IHex1bLogStore): The log store handle returned bybuilder.Logging.AddHex1b(out var logStore).
Returns: LoggerPanelWidget
csharp
public static LoggerPanelWidget LoggerPanel<TParent>(this WidgetContext<TParent> ctx, IHex1bLogStore logStore) where TParent : Hex1bWidget