Represents the interface for formatting log entry messsages. More...
Inherits Object.
Inherited by Aspose::Email::Tools::Logging::Formatter.
Public Member Functions | |
virtual System::String | get_LogHeader ()=0 |
Represents start log header More... | |
virtual System::String | get_Header ()=0 |
Gets the header string. More... | |
virtual System::String | get_Footer ()=0 |
Gest the footer string. More... | |
virtual System::String | Format (System::SharedPtr< LogEntry > entry)=0 |
Formats a log entry and return a string to be outputted. More... | |
virtual System::String | Format (System::DateTime datatime)=0 |
Formats a datetime and return a string to be outputted. More... | |
Represents the interface for formatting log entry messsages.
|
pure virtual |
Formats a datetime and return a string to be outputted.
datatime | The datetime value for formatting to string |
Implemented in Aspose::Email::Tools::Logging::SimpleFormatter, and Aspose::Email::Tools::Logging::Formatter.
|
pure virtual |
Formats a log entry and return a string to be outputted.
entry | The Log entry to format. |
Implemented in Aspose::Email::Tools::Logging::StandardFormatter, Aspose::Email::Tools::Logging::SimpleFormatter, Aspose::Email::Tools::Logging::Formatter, and Aspose::Email::Tools::Logging::DebugFormatter.
|
pure virtual |
Gest the footer string.
Implemented in Aspose::Email::Tools::Logging::StandardFormatter, and Aspose::Email::Tools::Logging::Formatter.
|
pure virtual |
Gets the header string.
Implemented in Aspose::Email::Tools::Logging::StandardFormatter, and Aspose::Email::Tools::Logging::Formatter.
|
pure virtual |
Represents start log header
Implemented in Aspose::Email::Tools::Logging::Formatter.