LogEntry Constructor (String, DateTime)

Initialize a new instance of a LogEntry class.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public LogEntry(
	string message,
	DateTime time
)

Parameters

message
Type: SystemString
The message.
time
Type: SystemDateTime
The time.
See Also