Write

Write (1 of 4)

Writes the specified message to appenders.

Returns: void Aspose::Email::Tools::Logging::

Write(System::SharedPtr < System::Object > message)
ParameterDescription
messageThe message to write.

Write (2 of 4)

Writes the specified message to appenders.

Returns: void Aspose::Email::Tools::Logging::

Write(System::String message)
ParameterDescription
messageThe message to write.

Write (3 of 4)

Writes the specified message and exception to appenders.

Returns: void Aspose::Email::Tools::Logging::

Write(System::String message, System::Exception ex, System::SharedPtr < LogLevel > level)
ParameterDescription
messageThe message to write.
exThe exception to write.
levelThe log level.

Write (4 of 4)

Writes the specified message and exception to appenders.

Returns: void Aspose::Email::Tools::Logging::

Write(System::String message, System::Exception exception)
ParameterDescription
messageThe message to write.
exceptionThe exception to write.