Click or drag to resize

WikiFamilyLogger Property

This is preliminary documentation and is subject to change.

Replaces the logger factory of the specified instance.

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

Property Value

ILogger

Implements

IWikiClientLoggableLogger
Remarks
This property only affects the logger used for the WikiFamily instance. The created WikiSite instances will still use NullLogger by default.
See Also