Android.Util.LogPrinter.Println Method
Write a line of text to the output.

Syntax

[Android.Runtime.Register("println", "(Ljava/lang/String;)V", "GetPrintln_Ljava_lang_String_Handler")]
public virtual void Println (string x)

Parameters

x
Documentation for this section has not yet been entered.

Remarks

Write a line of text to the output. There is no need to terminate the given string with a newline.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1