共用方式為


SimpleConsole.AddLine(Int32, String) 方法

定義

用於新增輸出文字行的靜態協助程式。

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

參數

level
Int32

這一行的詳細資訊層級。

line
String

要顯示和/或寫入的文字。

傳回

加入的行數。

適用於