MultiLogOutput.Outputs Property

Furcadia Framework

MultiLogOutputOutputs Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

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

[Missing <summary> documentation for "P:Furcadia.Logging.MultiLogOutput.Outputs"]

Namespace:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
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
See Also

Reference