Name | Description | |
---|---|---|
SimpleLogMessage Constructor | Overloaded. |
The following tables list the members exposed by SimpleLogMessage.
Name | Description | |
---|---|---|
SimpleLogMessage Constructor | Overloaded. |
Name | Description | |
---|---|---|
AttributeToException | Record this log message based on where the exception was thrown, not where this method was called (Inherited from Gibraltar.Monitor.LogMessageBase) | |
Caption | A single line display caption. It will not be format-expanded. (Inherited from Gibraltar.Monitor.LogMessageBase) | |
CategoryName | The 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) | |
Description | Optional. A multiline description to use which can be a format string for for the arguments. Can be null. (Inherited from Gibraltar.Monitor.LogMessageBase) | |
DetailsXml | Optional. An XML document with extended details about the message. Can be null. (Inherited from Gibraltar.Monitor.LogMessageBase) | |
Exception | An exception associated with this log message (or null for none). (Inherited from Gibraltar.Monitor.LogMessageBase) | |
LogSystem | The name of the logging system the message was issued through, such as "Trace" or "Gibraltar". (Inherited from Gibraltar.Monitor.LogMessageBase) | |
MessageArgs | Optional additional args to match up with the formatting string. (Inherited from Gibraltar.Monitor.LogMessageBase) | |
Severity | The severity of the log message. (Inherited from Gibraltar.Monitor.LogMessageBase) | |
WriteMode | Whether to queue-and-return or wait-for-commit. (Inherited from Gibraltar.Monitor.LogMessageBase) |
Name | Description | |
---|---|---|
PublishToLog | Publish this SimpleLogMessage to the Gibraltar central log. (Inherited from Gibraltar.Monitor.LogMessageBase) |