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