Represents the interface for formatting log entry messsages.
More...
Inherits Aspose::Email::Tools::Logging::IFormatter.
Inherited by Aspose::Email::Tools::Logging::DebugFormatter, Aspose::Email::Tools::Logging::SimpleFormatter, and Aspose::Email::Tools::Logging::StandardFormatter.
|
| static const System::String | PasswordView |
| |
| static const char16_t | COLON_CHAR = u':' |
| |
| static const char16_t | HYPHEN_CHAR = u'-' |
| |
| static const char16_t | PERIOD_CHAR = u'.' |
| |
| static const char16_t | SPACE_CHAR = u' ' |
| |
| static System::String | NEW_LINE |
| |
| static System::String | 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 More...
|
| |
| static System::String | 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 More...
|
| |
Represents the interface for formatting log entry messsages.
◆ Formatter() [1/3]
| Aspose::Email::Tools::Logging::Formatter::Formatter |
( |
| ) |
|
|
protected |
◆ Formatter() [2/3]
| Aspose::Email::Tools::Logging::Formatter::Formatter |
( |
System::SharedPtr< System::Text::StringBuilder > |
logHeaderText | ) |
|
|
protected |
Initializes a new instance of the Formatter class.
- Parameters
-
| logHeaderText | The log header text. |
◆ Formatter() [3/3]
| Aspose::Email::Tools::Logging::Formatter::Formatter |
( |
System::String |
logHeaderText | ) |
|
|
protected |
Initializes a new instance of the Formatter class.
- Parameters
-
| logHeaderText | The log header text. |
◆ Format() [1/2]
| System::String Aspose::Email::Tools::Logging::Formatter::Format |
( |
System::DateTime |
datatime | ) |
|
|
overridevirtual |
◆ Format() [2/2]
◆ get_DateStrings()
| static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_DateStrings |
( |
| ) |
|
|
static |
◆ get_DefaultFormatter()
◆ get_Footer()
| System::String Aspose::Email::Tools::Logging::Formatter::get_Footer |
( |
| ) |
|
|
overridevirtual |
◆ get_Header()
| System::String Aspose::Email::Tools::Logging::Formatter::get_Header |
( |
| ) |
|
|
overridevirtual |
◆ get_LogHeader()
| System::String Aspose::Email::Tools::Logging::Formatter::get_LogHeader |
( |
| ) |
|
|
overridevirtual |
◆ get_MillisecondStrings()
| static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_MillisecondStrings |
( |
| ) |
|
|
static |
◆ get_MonthNames()
| static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_MonthNames |
( |
| ) |
|
|
static |
The full names of all 12 months
◆ get_MonthShortNames()
| static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_MonthShortNames |
( |
| ) |
|
|
static |
The short names of all 12 months
◆ get_WeekdayNames()
| static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_WeekdayNames |
( |
| ) |
|
|
static |
The full names of all weekdays
◆ get_WeekdayShortNames()
| static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_WeekdayShortNames |
( |
| ) |
|
|
static |
The short names of all weekdays
◆ get_YearStrings()
| static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_YearStrings |
( |
| ) |
|
|
static |
◆ set_DefaultFormatter()
◆ set_Footer()
| virtual void Aspose::Email::Tools::Logging::Formatter::set_Footer |
( |
System::String |
value | ) |
|
|
virtual |
◆ set_Header()
| virtual void Aspose::Email::Tools::Logging::Formatter::set_Header |
( |
System::String |
value | ) |
|
|
virtual |
◆ set_LogHeader()
| virtual void Aspose::Email::Tools::Logging::Formatter::set_LogHeader |
( |
System::String |
value | ) |
|
|
virtual |
◆ ProtocolFormatter
| friend class ProtocolFormatter |
|
friend |
◆ SimpleFormatter
◆ StandardFormatter
◆ COLON_CHAR
| const char16_t Aspose::Email::Tools::Logging::Formatter::COLON_CHAR = u':' |
|
static |
◆ HYPHEN_CHAR
| const char16_t Aspose::Email::Tools::Logging::Formatter::HYPHEN_CHAR = u'-' |
|
static |
◆ ISO_8601_DAYLIGHT_SAVINGS_TIME_ZONE
| System::String Aspose::Email::Tools::Logging::Formatter::ISO_8601_DAYLIGHT_SAVINGS_TIME_ZONE |
|
static |
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
| System::String Aspose::Email::Tools::Logging::Formatter::ISO_8601_TIME_ZONE |
|
static |
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
| System::String Aspose::Email::Tools::Logging::Formatter::NEW_LINE |
|
static |
◆ PasswordView
| const System::String Aspose::Email::Tools::Logging::Formatter::PasswordView |
|
static |
◆ PERIOD_CHAR
| const char16_t Aspose::Email::Tools::Logging::Formatter::PERIOD_CHAR = u'.' |
|
static |
◆ SPACE_CHAR
| const char16_t Aspose::Email::Tools::Logging::Formatter::SPACE_CHAR = u' ' |
|
static |