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
Syntaxpublic LogEntry(
string message,
DateTime time
)
Public Sub New (
message As String,
time As DateTime
)
public:
LogEntry(
String^ message,
DateTime time
)
new :
message : string *
time : DateTime -> LogEntry
Parameters
- message
- Type: SystemString
The message. - time
- Type: SystemDateTime
The time.
See Also