SdkLogger.IsEnabled Method

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Method for specifying if logging is enabled.

Namespace: MultiArchive.SDK
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public override bool IsEnabled()
Visual Basic
Public Overrides Function IsEnabled As Boolean
Visual C++
public:
virtual bool IsEnabled() override

Return Value

Type: Boolean
A boolean value indicating whether or not logging is enabled.

See Also