aspose.email.tools.logging
the aspose.email.tools.logging namespace contains classes that represent the logging functionality.
Classes
| Class | Description |
|---|---|
| Appender | Represents the base class for Appender. |
| AppenderCollection | Represents the collecton for Appender objects. |
| ConsoleAppender | Represents an appender for console output. |
| DebugAppender | Represents an appender is only enabled when debugging. |
| DebugFormatter | Represents the class for formatting log entry messages. |
| FileAppender | Reprensents a file appender. |
| Formatter | Represents the interface for formatting log entry messsages. |
| IAppender | Implement this interface for your own strategies for printing log entries. |
| IFormatter | Represents the interface for formatting log entry messsages. |
| LogEntry | Represents a log message. Contains the common properties that are required for all log messages. |
| LogLevel | Defines available log levels. |
| Logger | Provides the logging functionality. |
| LoggerManager | Static manager that controls the creation of loggers. |
| LoggingException | The exception that is thrown when error is found in logging. |
| NullAppender | Represents a do-nothing appender. |
| SimpleFormatter | Represents the default implementation of IFormatter interface. |
| StandardFormatter | Represents the class for formatting log entry messsages. |