[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.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual bool DestinationsAreOptional { get; }
public virtual bool DestinationsAreOptional { get; }
Public Overridable ReadOnly Property DestinationsAreOptional As Boolean
Get
Public Overridable ReadOnly Property DestinationsAreOptional As Boolean
Get
public:
virtual property bool DestinationsAreOptional {
bool get ();
}
public:
virtual property bool DestinationsAreOptional {
bool get ();
}
abstract DestinationsAreOptional : bool with get
override DestinationsAreOptional : bool with get
abstract DestinationsAreOptional : bool with get
override DestinationsAreOptional : bool with get
Property Value
Type:
Boolean