Class Message
- Namespace
- Alis.Core.Aspect.Logging
- Assembly
- Alis.dll
The message class
public class Message
Inheritance
Inherited Members
Constructors
Message(MessageType, string)
Initializes a new instance of the Alis.Core.Aspect.Logging.Message class
public Message(MessageType messageType, string content = "")
Parameters
messageType
MessageType-
The message type
content
string-
The content
Properties
Content
Gets or sets the value of the content
public string Content { get; }
Property Value
DateTime
Gets or sets the value of the date time
public DateTime DateTime { get; }
Property Value
File
Gets or sets the value of the file
public string File { get; }
Property Value
Level
Gets or sets the value of the level
public string Level { get; }
Property Value
Line
Gets or sets the value of the line
public string Line { get; }
Property Value
MessageType
Gets or sets the value of the message type
public MessageType MessageType { get; }
Property Value
Method
Gets or sets the value of the method
public string Method { get; }
Property Value
StackTrace
Gets or sets the value of the stack trace
public string StackTrace { get; }