Formatter.Format
Format(LogEntry)
Formats a log entry and return a string to be outputted.
public virtual string Format(LogEntry entry)
Parameter | Type | Description |
---|---|---|
entry | LogEntry | Log entry to format. |
Return Value
String representing the log entry.
See Also
- class LogEntry
- class Formatter
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email
Format(DateTime)
Formats a datetime and return a string to be outputted.
public virtual string Format(DateTime datatime)
Parameter | Type | Description |
---|---|---|
datatime | DateTime | The datetime value for formatting to string |
See Also
- class Formatter
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email