TraceLogger.Logs Property

Definition

Collection of logs captured to date.

public:
 property System::Collections::Concurrent::ConcurrentQueue<Tuple<DateTime, System::String ^> ^> ^ Logs { System::Collections::Concurrent::ConcurrentQueue<Tuple<DateTime, System::String ^> ^> ^ get(); };
public System.Collections.Concurrent.ConcurrentQueue<Tuple<DateTime,string>> Logs { get; }
member this.Logs : System.Collections.Concurrent.ConcurrentQueue<DateTime * string>
Public ReadOnly Property Logs As ConcurrentQueue(Of Tuple(Of DateTime, String))

Property Value

Applies to