Aspose.Email.Tools.Logging

The Aspose.Email.Tools.Logging namespace contains classes that represent the logging functionality.

Classes

ClassDescription
AppenderRepresents the base class for Appender.
AppenderCollectionRepresents the collecton for Appender objects.
ConsoleAppenderRepresents an appender for console output.
DebugAppenderRepresents an appender is only enabled when debugging.
DebugFormatterRepresents the class for formatting log entry messages.
FileAppenderReprensents a file appender.
FormatterRepresents the interface for formatting log entry messsages.
LogEntryRepresents a log message. Contains the common properties that are required for all log messages.
LoggerProvides the logging functionality.
LoggerManagerStatic manager that controls the creation of loggers.
LoggingExceptionThe exception that is thrown when error is found in logging.
LogLevelDefines available log levels.
NullAppenderRepresents a do-nothing appender.
SimpleFormatterRepresents the default implementation of IFormatter interface.
StandardFormatterRepresents the class for formatting log entry messsages.

Interfaces

InterfaceDescription
IAppenderImplement this interface for your own strategies for printing log entries.
IFormatterRepresents the interface for formatting log entry messsages.