Version:
SimpleLogMessage Class
Basic implementation of the IMessage interface.
Inheritance Hierarchy
- object
- Inedo.Diagnostics.SimpleLogMessage
Syntax
public
class
SimpleLogMessage : IMessage
Properties
|
Name |
Description |
|
Category
|
Gets the message category.
|
|
ContextData
|
Gets additional context data used by consumers of the logger.
|
|
Details
|
Gets the message details.
|
|
Level
|
Gets the message level.
|
|
Message
|
Gets the message text.
|
Methods
|
Name |
Description |
|
ToString
|
Returns a string repesentation of the message.
|