コード例 #1
0
ファイル: DriverManager.cs プロジェクト: sailesh341/JavApi
 public static void setLogStream(java.io.PrintStream outJ)
 {
     checkLogSecurity();
     thePrintStream = outJ;
 }
コード例 #2
0
 /*
  * Prints this <code>URIReferenceException</code>, its backtrace and
  * the cause's backtrace to the specified print stream.
  *
  * @param s <code>PrintStream</code> to use for output
  */
 public void printStackTrace(java.io.PrintStream s)
 {
     this.printStackTrace(new java.io.PrintWriter(s));
 }
コード例 #3
0
ファイル: DriverManager.cs プロジェクト: bastie/NetVampire
 public static void setLogStream(java.io.PrintStream outJ)
 {
     checkLogSecurity();
     thePrintStream = outJ;
 }