|
MultiLogOutputOutputs Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Gets the outputs.
Namespace:
Furcadia.Logging
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public IEnumerable<ILogOutput> Outputs { get; }
Public ReadOnly Property Outputs As IEnumerable(Of ILogOutput)
Get
Dim instance As MultiLogOutput
Dim value As IEnumerable(Of ILogOutput)
value = instance.Outputs
public:
property IEnumerable<ILogOutput^>^ Outputs {
IEnumerable<ILogOutput^>^ get ();
}
member Outputs : IEnumerable<ILogOutput> with get
Property Value
Type:
IEnumerableILogOutput
The outputs.
See Also