 | ThrottlerLogger Property |
This is preliminary documentation and is subject to change.
Replaces the logger factory of the specified instance.
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic ILogger Logger { get; set; }Public Property Logger As ILogger
Get
Set
Dim instance As Throttler
Dim value As ILogger
value = instance.Logger
instance.Logger = value
public:
virtual property ILogger^ Logger {
ILogger^ get () sealed;
void set (ILogger^ value) sealed;
}abstract Logger : ILogger with get, set
override Logger : ILogger with get, set
Property Value
ILoggerImplements
IWikiClientLoggableLogger
RemarksSetting this property to
null is equivalent to setting it to
Instance.
See Also