SimpleConsole.AddLine(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static helper for adding a line of text for output.
public static int AddLine (int level, string line);
static member AddLine : int * string -> int
Public Shared Function AddLine (level As Integer, line As String) As Integer
Parameters
- level
- Int32
The verbosity level of this line.
- line
- String
The text to display and/or write.
Returns
The number of lines added.