Java.Sql.DriverManager.Println Method
Prints a message to the current JDBC log stream.

Syntax

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

Parameters

message
the message to print to the JDBC log stream.

Remarks

Prints a message to the current JDBC log stream. This is either the PrintWriter or (deprecated) the PrintStream, if set.

[Android Documentation]

Requirements

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