Write
Contents
[
Hide
]
Logger.Write method (1 of 4)
Writes the specified message to appenders.
public void Write(string message)
Parameter | Type | Description |
---|---|---|
message | String | The message to write. |
See Also
- class Logger
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email
Logger.Write method (2 of 4)
Writes the specified message and exception to appenders.
public void Write(string message, Exception exception)
Parameter | Type | Description |
---|---|---|
message | String | The message to write. |
exception | Exception | The exception to write. |
See Also
- class Logger
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email
Logger.Write method (3 of 4)
Writes the specified message and exception to appenders.
public void Write(string message, Exception ex, LogLevel level)
Parameter | Type | Description |
---|---|---|
message | String | The message to write. |
ex | Exception | The exception to write. |
level | LogLevel | The log level. |
See Also
- class LogLevel
- class Logger
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email
Logger.Write method (4 of 4)
Writes the specified message to appenders.
public void Write(object message)
Parameter | Type | Description |
---|---|---|
message | Object | The message to write. |
See Also
- class Logger
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email