Aspose.Email.Tools.Logging Namespace |
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.
|
![]() | LogEntry |
Represents a log message. Contains the common properties that are required for all log messages.
|
![]() | 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.
|
![]() | LogLevel |
Defines available log levels.
|
![]() | NullAppender |
Represents a do-nothing appender.
|
![]() | SimpleFormatter |
Represents the default implementation of IFormatter interface.
|
![]() | StandardFormatter |
Represents the class for formatting log entry messsages.
|
Interface | Description | |
---|---|---|
![]() | IAppender |
Implement this interface for your own strategies for printing log entries.
|
![]() | IFormatter |
Represents the interface for formatting log entry messsages.
|