Java.Lang.JavaSystem.SetOut Method
Sets the standard output stream to the given user defined output stream.

Syntax

[Android.Runtime.Register("setOut", "(Ljava/io/PrintStream;)V", "")]
public static void SetOut (Java.IO.PrintStream newOut)

Parameters

newOut
the user defined output stream to set as the standard output stream.

Remarks

Sets the standard output stream to the given user defined output stream.

[Android Documentation]

Requirements

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