 | IWikiClientLoggableLogger Property |
This is preliminary documentation and is subject to change.
Replaces the logger factory of the specified instance.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
SyntaxILogger Logger { get; set; }
Property Logger As ILogger
Get
Set
Dim instance As IWikiClientLoggable
Dim value As ILogger
value = instance.Logger
instance.Logger = value
property ILogger^ Logger {
ILogger^ get ();
void set (ILogger^ value);
}
abstract Logger : ILogger with get, set
Property Value
ILogger
RemarksSetting this property to
null is equivalent to setting it to
Instance.
See Also