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