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


In This Topic
    LogMessageBase Class Members
    In This Topic

    The following tables list the members exposed by LogMessageBase.

    Public Properties
     NameDescription
    Public PropertyRecord this log message based on where the exception was thrown, not where this method was called  
    Public PropertyA single line display caption. It will not be format-expanded.  
    Public PropertyThe logging category or application subsystem category that the log message is associated with, such as "Trace", "Console", "Exception", or the logger name in Log4Net.  
    Public PropertyOptional. A multiline description to use which can be a format string for for the arguments. Can be null.  
    Public PropertyOptional. An XML document with extended details about the message. Can be null.  
    Public PropertyAn exception associated with this log message (or null for none).  
    Public PropertyThe name of the logging system the message was issued through, such as "Trace" or "Gibraltar".  
    Public PropertyOptional additional args to match up with the formatting string.  
    Public PropertyThe severity of the log message.  
    Public PropertyWhether to queue-and-return or wait-for-commit.  
    Top
    Public Methods
     NameDescription
    Public MethodPublish this SimpleLogMessage to the Gibraltar central log.  
    Top
    Protected Methods
     NameDescription
    Protected Methodstatic (Shared in Visual Basic)This static helper method looks through an array of objects (eg. the param args) for the first Exception.  
    Top
    See Also