Logger.WriteLine
WriteLine()
Writes the empty line to appenders.
public void WriteLine()
See Also
- class Logger
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email
WriteLine(string)
Writes the specified message to appenders.
public void WriteLine(string message)
| Parameter | Type | Description | 
|---|---|---|
| message | String | The message to write. | 
See Also
- class Logger
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email
WriteLine(object)
Writes the specified message to appenders.
public void WriteLine(object message)
| Parameter | Type | Description | 
|---|---|---|
| message | Object | The message to write. | 
See Also
- class Logger
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email