| WikiFamilyLogger Property |
This is preliminary documentation and is subject to change.
Replaces the logger factory of the specified instance.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public ILogger Logger { get; set; }
Public Property Logger As ILogger
Get
Set
Dim instance As WikiFamily
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
IWikiClientLoggableLoggerRemarks
This property only affects the logger used for the
WikiFamily instance.
The created
WikiSite instances will still use
NullLogger by default.
See Also