JavaSystem.SetErr(PrintStream) Method

Definition

Reassigns the "standard" error output stream.

[Android.Runtime.Register("setErr", "(Ljava/io/PrintStream;)V", "")]
public static void SetErr (Java.IO.PrintStream? err);
[<Android.Runtime.Register("setErr", "(Ljava/io/PrintStream;)V", "")>]
static member SetErr : Java.IO.PrintStream -> unit

Parameters

err
PrintStream

the new standard error output stream.

Attributes

Remarks

Java documentation for java.lang.System.setErr(java.io.PrintStream).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to