LogControlView
StockSharp.Xaml.Windows.Maui
Log control for displaying log messages on MAUI.
继承自: ContentView
构造函数
LogControlView()
Creates a new LogControlView.
属性
ToggleDebugCommand : ICommand
Command to toggle debug filter.
ToggleErrorCommand : ICommand
Command to toggle error filter.
ToggleInfoCommand : ICommand
Command to toggle info filter.
ToggleVerboseCommand : ICommand
Command to toggle verbose filter.
ToggleWarningCommand : ICommand
Command to toggle warning filter.
ViewModel : LogControlViewModel
Gets the view model.
方法
Clear()
Clears all messages.