LoggerWrite Method (String, Exception) |
Writes the specified message and exception to appenders.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Write(
string message,
Exception exception
)
Public Sub Write (
message As String,
exception As Exception
)
public:
void Write(
String^ message,
Exception^ exception
)
member Write :
message : string *
exception : Exception -> unit
Parameters
- message
- Type: SystemString
The message to write. - exception
- Type: SystemException
The exception to write.
See Also