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 |
|
static const char16_t | HYPHEN_CHAR |
|
static const char16_t | PERIOD_CHAR |
|
static const char16_t | SPACE_CHAR |
|
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]
System::String Aspose::Email::Tools::Logging::Formatter::Format |
( |
System::SharedPtr< LogEntry > |
entry | ) |
|
|
overridevirtual |
◆ get_DateStrings()
static System::ArrayPtr<System::String> Aspose::Email::Tools::Logging::Formatter::get_DateStrings |
( |
| ) |
|
|
static |
◆ get_DefaultFormatter()
static System::SharedPtr<IFormatter> Aspose::Email::Tools::Logging::Formatter::get_DefaultFormatter |
( |
| ) |
|
|
static |
◆ 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()
static void Aspose::Email::Tools::Logging::Formatter::set_DefaultFormatter |
( |
System::SharedPtr< IFormatter > |
value | ) |
|
|
static |
◆ 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 |
◆ Aspose::Email::Clients::Base::CramMD5AuthenticationModule
friend class Aspose::Email::Clients::Base::CramMD5AuthenticationModule |
|
friend |
◆ Aspose::Email::Clients::Base::LoginAuthenticationModule
friend class Aspose::Email::Clients::Base::LoginAuthenticationModule |
|
friend |
◆ Aspose::Email::Clients::Base::OAuthAuthenticationModule
friend class Aspose::Email::Clients::Base::OAuthAuthenticationModule |
|
friend |
◆ Aspose::Email::Clients::Base::PlainAuthenticationModule
friend class Aspose::Email::Clients::Base::PlainAuthenticationModule |
|
friend |
◆ Aspose::Email::Clients::Imap::Commands::AuthCommand
friend class Aspose::Email::Clients::Imap::Commands::AuthCommand |
|
friend |
◆ Aspose::Email::Clients::Imap::Commands::LoginCommand
friend class Aspose::Email::Clients::Imap::Commands::LoginCommand |
|
friend |
◆ Aspose::Email::Clients::Pop3::Commands::APopCommand
friend class Aspose::Email::Clients::Pop3::Commands::APopCommand |
|
friend |
◆ Aspose::Email::Clients::Pop3::Commands::PassCommand
friend class Aspose::Email::Clients::Pop3::Commands::PassCommand |
|
friend |
◆ Aspose::Email::Clients::Smtp::Commands::AuthCommand
friend class Aspose::Email::Clients::Smtp::Commands::AuthCommand |
|
friend |
◆ Aspose::Email::Tools::Logging::ProtocolFormatter
friend class Aspose::Email::Tools::Logging::ProtocolFormatter |
|
friend |
◆ Aspose::Email::Tools::Logging::SimpleFormatter
◆ Aspose::Email::Tools::Logging::StandardFormatter
◆ COLON_CHAR
const char16_t Aspose::Email::Tools::Logging::Formatter::COLON_CHAR |
|
static |
◆ HYPHEN_CHAR
const char16_t Aspose::Email::Tools::Logging::Formatter::HYPHEN_CHAR |
|
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 |
|
static |
◆ SPACE_CHAR
const char16_t Aspose::Email::Tools::Logging::Formatter::SPACE_CHAR |
|
static |