Property | Type | Description | |
---|---|---|---|
GetLogsByLevel | List |
||
IsNamespaceActive | bool | ||
IsNamespaceActive | bool | ||
IsSearchCriteriaMatch | bool | ||
OnPropertyChanged | void | ||
UpdateByActiveChange | void | ||
UpdateByLogLevelChange | void |
Method | Description | |
---|---|---|
AddLog ( |
||
ApplicationViewModel ( string name, OrderedObservableCollection logs, ObservableCollection |
||
ClearLogs ( ) : void | ||
UpdateByNamespaceChange ( |
||
UpdateMaxNumberOfLogs ( int maxNumberOfLogs ) : void | ||
UpdateSearchCriteria ( string criteria, bool isSearchCriteriaInverted ) : void |
Method | Description | |
---|---|---|
GetLogsByLevel ( Backend.Model.LoggingLevel level ) : List |
||
IsNamespaceActive ( |
||
IsNamespaceActive ( |
||
IsSearchCriteriaMatch ( |
||
OnPropertyChanged ( string property ) : void | ||
UpdateByActiveChange ( bool oldIsActive, bool newIsActive ) : void | ||
UpdateByLogLevelChange ( Backend.Model.LoggingLevel oldLogLevel, Backend.Model.LoggingLevel newLogLevel ) : void |
public ApplicationViewModel ( string name, OrderedObservableCollection logs, ObservableCollection |
||
name | string | |
logs | OrderedObservableCollection | |
namespaces | ObservableCollection |
|
return | Common.System |
public UpdateByNamespaceChange ( |
||
ns | ||
return | void |
public UpdateMaxNumberOfLogs ( int maxNumberOfLogs ) : void | ||
maxNumberOfLogs | int | |
return | void |
public UpdateSearchCriteria ( string criteria, bool isSearchCriteriaInverted ) : void | ||
criteria | string | |
isSearchCriteriaInverted | bool | |
return | void |