DebugFormatterFormat Method (LogEntry)

Formats a log entry and return a string to be outputted.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public override string Format(
	LogEntry entry
)

Parameters

entry
Type: Aspose.Email.Tools.LoggingLogEntry
The Log entry to format.

Return Value

Type: String
String representing the log entry.

Implements

IFormatterFormat(LogEntry)
See Also