Свойство | Тип | Описание | |
---|---|---|---|
Apply | void | ||
CancelAllModifications | void | ||
CancelModifications | void | ||
ClearConfig | void | ||
EventRegistration | void | ||
FillFromDiscoverer | void | ||
OnLogConfigChanged | void | ||
OnLogServiceConfigChanged | void | ||
OnLogTriggered | void | ||
OnNewPluginsLoaded | void | ||
OnServiceCancelModificationsAsked | void | ||
OnServiceDeletionAsked | void | ||
OnServiceLogConfigChanged | void | ||
OnServiceModificationAsked | void | ||
ServiceApply | void | ||
UpdateFrom | void | ||
UpdateFrom | void | ||
UpdateFromHostConfiguration | void |
Метод | Описание | |
---|---|---|
Find ( string name ) : |
Returns the VMLogServiceConfig corresponding to the name set as parameter
|
|
Initialize ( ) : void |
Launches Initialization of the VMLogConfig
|
|
VMLogConfig ( VMIContextViewModel ctx, ILogService logService ) : System |
Instanciates a VMLogConfig, without populating it you can populate it by calling its Initialize() method
|
Метод | Описание | |
---|---|---|
Apply ( ) : void |
This methods calls the interceptor's Apply method
|
|
CancelAllModifications ( ) : void |
Clears the whole config and updates it from the kernel's configuration
|
|
CancelModifications ( |
Cancels modifications on a particular service if the service is bound or is not bound but can be found in the kernel's configuration, clears it and updates it from the kernel's configuration if the service is not bound, and can't be found in the kernel's configuration, removes it
|
|
ClearConfig ( ) : void |
Sets back an "after InitializeFromLoader" state - state in which we only have empty bound services/methods/events/properties removes every unbound service.
|
|
EventRegistration ( |
Registers the config to the event from the vmLogServiceConfig it needs to listen to
|
|
FillFromDiscoverer ( ObservableCollection |
Initializes the VMLogConfig from Loader info
|
|
OnLogConfigChanged ( object sender, |
Called when the log configuration of the Kernel has changed Launches UpdateFromKernel
|
|
OnLogServiceConfigChanged ( object sender, |
|
|
OnLogTriggered ( object sender, |
Pushes logs into the output console
|
|
OnNewPluginsLoaded ( object sender, |
Launches Initialize() when the loader has been re-loaded
|
|
OnServiceCancelModificationsAsked ( object sender, |
Cancels modifications on a given Service
|
|
OnServiceDeletionAsked ( object sender, |
Deletes the unbound VMLogServiceConfig that has sent the ServiceDeletionAsked event
|
|
OnServiceLogConfigChanged ( object sender, |
Called when something changes in one of the services Tells the view to refresh the LogConfig's IsDirty Property, to show that The config is dirty when one of its service is dirty.
|
|
OnServiceModificationAsked ( object sender, |
Similiar to a GoTo, after the method is called, the UI presents the Service UI that sent the ServiceModifictionAsked event
|
|
ServiceApply ( |
Called when a service wants its log configuration to be applied to the interceptor's configuration
|
|
UpdateFrom ( ILogConfig l, bool trackChanges ) : void |
Updates all VMLogServiceConfig to reflect the Log configuration set as parameter If this method if called in response to a ConfigCanged from the interceptor, we don't track changes If this method is called in response to a LoadXMLConfig, we do track changes
|
|
UpdateFrom ( IPluginConfigAccessor config ) : void | ||
UpdateFromHostConfiguration ( ) : void |
Clears the whole log configuration and pastes the Kernel's log configuration
|
public Find ( string name ) : |
||
name | string | |
Результат |
public VMLogConfig ( VMIContextViewModel ctx, ILogService logService ) : System | ||
ctx | VMIContextViewModel | |
logService | ILogService | |
Результат | System |