Свойство | Type | Description | |
---|---|---|---|
LogProviderLogProviderException | void | ||
UnsubscribeEvents | void |
Méthode | Description | |
---|---|---|
AddNewLogEntry ( object sender, |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
LoadPlugin ( ) : void | ||
LogSubscription ( ) : System | ||
LogSubscription ( Func |
||
LogSubscription ( string name, string pluginName, string url ) : System | ||
NotifyPropertyChanged ( string property ) : void | ||
Update ( string name, string pluginName, string settingsXml ) : void |
Méthode | Description | |
---|---|---|
LogProviderLogProviderException ( object sender, |
||
UnsubscribeEvents ( ) : void |
public AddNewLogEntry ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public LogSubscription ( Func |
||
sourceLogContextProvider | Func |
|
Résultat | System |
public LogSubscription ( string name, string pluginName, string url ) : System | ||
name | string | |
pluginName | string | |
url | string | |
Résultat | System |
public NotifyPropertyChanged ( string property ) : void | ||
property | string | |
Résultat | void |
public Update ( string name, string pluginName, string settingsXml ) : void | ||
name | string | |
pluginName | string | |
settingsXml | string | |
Résultat | void |