Table of Contents

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

string

DateTime

Gets or sets the value of the date time

public DateTime DateTime { get; }

Property Value

DateTime

File

Gets or sets the value of the file

public string File { get; }

Property Value

string

Level

Gets or sets the value of the level

public string Level { get; }

Property Value

string

Line

Gets or sets the value of the line

public string Line { get; }

Property Value

string

MessageType

Gets or sets the value of the message type

public MessageType MessageType { get; }

Property Value

MessageType

Method

Gets or sets the value of the method

public string Method { get; }

Property Value

string

StackTrace

Gets or sets the value of the stack trace

public string StackTrace { get; }

Property Value

string