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
)
Public Overrides Function Format (
entry As LogEntry
) As String
public:
virtual String^ Format(
LogEntry^ entry
) override
abstract Format :
entry : LogEntry -> string
override Format :
entry : LogEntry -> string
Parameters
- entry
- Type: Aspose.Email.Tools.LoggingLogEntry
The Log entry to format.
Return Value
Type:
StringString representing the log entry.
Implements
IFormatterFormat(LogEntry)See Also