Formatter
Contents
[
Hide
]Formatter class
Inherits: Aspose::Email::Tools::Logging::IFormatter
Represents the interface for formatting log entry messsages.
Constructors
| Name | Description |
|---|---|
| Formatter (3 overloads) | Creates an instance of Formatter . |
Methods
| Name | Description |
|---|---|
| Format (2 overloads) | Formats a datetime and return a string to be outputted. |
| get_DateStrings | |
| get_DefaultFormatter | Gets default formatter |
| get_Footer | Gets the footer. |
| get_Header | Gets the header. |
| get_LogHeader | Gets the log header |
| get_MillisecondStrings | |
| get_MonthNames | The full names of all 12 months |
| get_MonthShortNames | The short names of all 12 months |
| get_WeekdayNames | The full names of all weekdays |
| get_WeekdayShortNames | The short names of all weekdays |
| get_YearStrings | |
| set_DefaultFormatter | Sets default formatter |
| set_Footer | Sets the footer. |
| set_Header | Sets the header. |
| set_LogHeader | Sets the log header |
| ProtocolFormatter | |
| SimpleFormatter | |
| StandardFormatter | |
| COLON_CHAR | |
| HYPHEN_CHAR | |
| ISO_8601_DAYLIGHT_SAVINGS_TIME_ZONE | The ISO 8601 standard time zone specification, showing hours offset from GMT (ex.: “-04:00”). The value returned is correct for the local environment for all dates in daylight savings time |
| ISO_8601_TIME_ZONE | The ISO 8601 standard time zone specification, showing hours offset from GMT (ex.: “-04:00”) The value returned is correct for the local environment for all dates not in daylight savings time |
| NEW_LINE | |
| PasswordView | |
| PERIOD_CHAR | |
| SPACE_CHAR |