| | Name | Description |
|---|
 | WriteLine |
Starts a new line.
|
 | WriteLine(String) |
Writes a string to the output and then starts a new line.
|
 | WriteLine(String, Object) |
Writes a line using the format string and the parameters, then starts a new line.
|
 | WriteLine(IFormatProvider, String, Object) |
Writes text using a format provider and a composite format string, then starts a new line.
|
 | WriteLine(MessageLevel, String, String) |
Writes a message line.
|
 | WriteLine(MessageLevel, String, String, Object) |
Writes a formatted message line.
|
 | WriteLine(MessageLevel, String, IFormatProvider, String, Object) |
Writes a culture-aware formatted message line.
|