 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
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