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


In This Topic
    DetailLogMessage Class Members
    In This Topic

    The following tables list the members exposed by DetailLogMessage.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyRecord this log message based on where the exception was thrown, not where this method was called (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyA single line display caption. It will not be format-expanded. (Inherited from Gibraltar.Monitor.LogMessageBase)
    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. (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyOptional. A multiline description to use which can be a format string for for the arguments. Can be null. (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyOptional. An XML document with extended details about the message. Can be null. (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyAn exception associated with this log message (or null for none). (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyThe name of the logging system the message was issued through, such as "Trace" or "Gibraltar". (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyOptional additional args to match up with the formatting string. (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyThe severity of the log message. (Inherited from Gibraltar.Monitor.LogMessageBase)
    Public PropertyWhether to queue-and-return or wait-for-commit. (Inherited from Gibraltar.Monitor.LogMessageBase)
    Top
    Public Methods
     NameDescription
    Public MethodPublish this SimpleLogMessage to the Gibraltar central log. (Inherited from Gibraltar.Monitor.LogMessageBase)
    Top
    See Also