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


In This Topic
    LogMessage Class Members
    In This Topic

    The following tables list the members exposed by LogMessage.

    Public Properties
     NameDescription
    Public PropertyA display caption for this message.  
    Public PropertyThe subsystem category under which this log message was issued.  
    Public PropertyAn array of the individual category names within the specified category name which is period delimited.  
    Public PropertyIf available, the full class name with namespace. May be null.  
    Public PropertyAn array of the individual elements of the class and namespace hierarchy.  
    Public PropertyA multi-line description included with the log message.  
    Public PropertyAn XML description document that goes along with the log message.  
    Public PropertyThe outermost exception  
    Public PropertyThe array of exceptions associated with this log message.  
    Public PropertyIf available, the source file for the class and method of this message. May be null.  
    Public PropertyTrue if there is an exception array associated with this message.  
    Public PropertyIndicates if the class name and method name are available.  
    Public PropertyIndicates if the file name and line number are available.  
    Public PropertyIndicates if the log message has related thread information. If false, some calls to thread information may throw exceptions.  
    Public PropertyA globally unique ID for this message.  
    Public PropertyThe index of this log message in the messages collection.  
    Public PropertyIf available, the line number for the class and method of this message. May be zero.  
    Public PropertyThe system that logged the message  
    Public PropertyA combined caption & description  
    Public PropertyA display string for the full class and method if available, otherwise an empty string.  
    Public PropertyIf available, the method where this message was logged. May be null.  
    Public PropertyThe underlying packet sequence number that ensures absolute, but non-monotonic, ordering of messages.  
    Public PropertyThe session this message is related to.  
    Public PropertyThe severity level of this message.  
    Public PropertyA display string for the full file name and line number if available, otherwise an empty string.  
    Public PropertyThe numeric ID of the thread this message was logged on.  
    Public PropertyOur ThreadInfo for the thread which issued this log message.  
    Public PropertyThe display caption of the thread this message was logged on.  
    Public PropertyThe exact timestamp of this message.  
    Public PropertyProvide TimeStamp as DateTime for GLV (SourceGrid doesn't do DateTimeOffset)  
    Public PropertyOptional. The application user associated with this message  
    Public PropertyThe short name of the user that generated this message  
    Top
    Public Methods
     NameDescription
    Public MethodCompare this log message with another to determine if they are the same or how they should be sorted relative to each other.  
    Public MethodOverloaded. Determines if the provided LogMessage object is identical to this object.  
    Public MethodServes as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables.  
    Public MethodReturns a string that represents the current object.Returns a System.String that represents the current System.Object.  
    Top
    Public Operators
    Compares two LogMessage instances for equality.
    Compares if one LogMessage instance should sort greater than another.
    Compares two LogMessage instances for inequality.
    Compares if one LogMessage instance should sort less than another.
    Top
    See Also