Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LogMessageCollection Class
Properties Methods Events


In This Topic
    LogMessageCollection Class Members
    In This Topic

    The following tables list the members exposed by LogMessageCollection.

    Public Properties
     NameDescription
    Public PropertyA tree of log message groups for the log messages by category.  
    Public PropertyA tree of log message groups for messages by namespace and class.  
    Public PropertyThe number of items currently in the collection  
    Public PropertyThe first object in the collection  
    Public PropertyIndicates if any of the log messages in the collection have detailed xml data  
    Public PropertyIndicates if any of the log messages in the collection have exception information recorded  
    Public PropertyIndicates if there is more than one log system associated with the log messages  
    Public PropertyIndicates if there is more than one user associated with the log messages  
    Public PropertyIndicates if any of the log messages have source code location information  
    Public PropertyGets a value indicating whether the System.Collections.IList has a fixed size.  
    Public PropertyIndicates if the collection is read only and therefore can't have items added or removed.  
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyThe last object in the collection  
    Public PropertyThe session this collection of log messages is related to  
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item to the System.Collections.IList.  
    Public MethodOverloaded. Calculate the number of messages per second present in the entire messages collection.  
    Public MethodNot supported.  
    Public MethodOverloaded. Determines whether the System.Collections.IList contains a specific value.  
    Public MethodDetermines if the collection contains the specified sequence number key  
    Public MethodOverloaded. Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodOverloaded. Retrieves the numerical index of the specified item in the collection or -1 if not found.  
    Public MethodOverloaded. Not supported.  
    Public MethodOverloaded. Removes the first occurrence of a specific object from the System.Collections.IList.  
    Public MethodNot supported.  
    Top
    Public Events
     NameDescription
    Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes.  
    Top
    See Also