Name | Description | |
---|---|---|
CategoryTree | A tree of log message groups for the log messages by category. | |
ClassTree | A tree of log message groups for messages by namespace and class. | |
Count | The number of items currently in the collection | |
First | The first object in the collection | |
HasDetail | Indicates if any of the log messages in the collection have detailed xml data | |
HasExceptionInfo | Indicates if any of the log messages in the collection have exception information recorded | |
HasMultipleLogSystems | Indicates if there is more than one log system associated with the log messages | |
HasMultipleUsers | Indicates if there is more than one user associated with the log messages | |
HasSourceLocation | Indicates if any of the log messages have source code location information | |
IsFixedSize | Gets a value indicating whether the System.Collections.IList has a fixed size. | |
IsReadOnly | Indicates if the collection is read only and therefore can't have items added or removed. | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). | |
Item | Gets or sets the element at the specified index. | |
Last | The last object in the collection | |
Session | The session this collection of log messages is related to | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |