Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Data Namespace / ILogMessage Interface
Properties Methods

In This Topic
    ILogMessage Interface Members
    In This Topic

    The following tables list the members exposed by ILogMessage.

    Public Properties
     NameDescription
     PropertyThe simple caption string for this log message.  
     PropertyThe dot-delimited hierarchical category for this log message.  
     PropertyThe full name of the class containing this method which originated the log message, unless unavailable. (Can be null or empty.)  
     PropertyThe longer description for this log message.  
     PropertyThe optional details XML for this log message (as a string). (Or null if none.)  
     PropertyThe application domain identifier of the app domain which originated this log message.  
     PropertyThe friendly name of the app domain which originated this log message.  
     PropertyThe information about any Exception attached to this log message. (Or null if none.)  
     PropertyThe full path to the file containing this definition of the method which originated the log message, if available. (Can be null or empty.)  
     PropertyWhether or not this log message includes attached Exception information.  
     PropertyA GUID identifying this log message, unique across all sessions.  
     PropertyIndicates whether the thread which originated this log message is a background thread.  
     PropertyIndicates whether the thread which originated this log message is a threadpool thread.  
     PropertyThe line number in the file at which the this message originated, if available.  
     PropertyThe log system which issued this log message.  
     PropertyThe name of the method which originated this log message, unless unavailable. (Can be null or empty.)  
     PropertyThe sequence number assigned to this log message, unique within this session.  
     PropertyThe severity of this log message (from Critical to Verbose).  
     PropertyThe Managed Thread Id of the thread which originated this log message.  
     PropertyThe name of the thread which originated this log message.  
     PropertyThe timestamp of this log message.  
     PropertyThe user name associated with this log message (often just the user who started the process).  
    Top
    Public Methods
     NameDescription
     MethodCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from System.IComparable<ILogMessage>)
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<ILogMessage>)
    Top
    See Also