Click or drag to resize

ThrottlerLogger Property

This is preliminary documentation and is subject to change.

Replaces the logger factory of the specified instance.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public ILogger Logger { get; set; }

Property Value

ILogger

Implements

IWikiClientLoggableLogger
Remarks
Setting this property to null is equivalent to setting it to Instance.
See Also