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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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