LoggingSmtp Class

Definition

The logging class to write messages to an Smpt server.

public ref class LoggingSmtp : Microsoft::Uii::Common::Logging::ILogging
public class LoggingSmtp : Microsoft.Uii.Common.Logging.ILogging
type LoggingSmtp = class
    interface ILogging
Public Class LoggingSmtp
Implements ILogging
Inheritance
LoggingSmtp
Implements

Constructors

LoggingSmtp()

Initializes a new instance of the LoggingSmtp class.

Properties

ShowErrors

Gets or sets a Boolean value that specifies whether errors are shown.

Tag

Gets or sets user-defined data associated with the object.

Methods

Error(String, String, String)

Logs an error message.

Information(String, String)

Logs an informational message.

Initialize(String, NameValueCollection)

Initializes the logging listener

Trace(String, String)

Logs a trace message.

Warn(String, String)

Logs a warning message.

Applies to