LogServiceBase DestinationsAreOptional Property NFX Class Library

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

Indicates whether the service can operate without any destinations registered, i.e. some test loggers may not need any destinations to operate as they synchronously write to some buffer without any extra destinations

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual bool DestinationsAreOptional { get; }

Property Value

Type: OnlineBoolean
See Also