Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LogMessageBase Class


LogMessageBase Class Properties

For a list of all members of this type, see LogMessageBase members.

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
See Also