Aspose.Email.Tools.Logging Namespace

The Aspose.Email.Tools.Logging namespace contains classes that represent the logging functionality.
Classes
  ClassDescription
Public classAppender
Represents the base class for Appender.
Public classAppenderCollection
Represents the collecton for Appender objects.
Public classConsoleAppender
Represents an appender for console output.
Public classDebugAppender
Represents an appender is only enabled when debugging.
Public classDebugFormatter
Represents the class for formatting log entry messages.
Public classFileAppender
Reprensents a file appender.
Public classFormatter
Represents the interface for formatting log entry messsages.
Public classLogEntry
Represents a log message. Contains the common properties that are required for all log messages.
Public classLogger
Provides the logging functionality.
Public classLoggerManager
Static manager that controls the creation of loggers.
Public classLoggingException
The exception that is thrown when error is found in logging.
Public classLogLevel
Defines available log levels.
Public classNullAppender
Represents a do-nothing appender.
Public classSimpleFormatter
Represents the default implementation of IFormatter interface.
Public classStandardFormatter
Represents the class for formatting log entry messsages.
Interfaces
  InterfaceDescription
Public interfaceIAppender
Implement this interface for your own strategies for printing log entries.
Public interfaceIFormatter
Represents the interface for formatting log entry messsages.