Public Member Functions | Static Public Attributes | Static Package Functions

Debug Class Reference

Inherits java::io::PrintStream.

List of all members.

Public Member Functions

void print (boolean b)
void print (double d)
void print (long l)
void println (boolean b)
void println (double d)
void println (long l)
void print (char c)
void print (char c[])
void println (char c)
void println (char c[])
void println (String x)
void print (String x)
void println ()

Static Public Attributes

static Debug log

Static Package Functions

 [static initializer]

Detailed Description

Creates the debug log file (and window)

Version:
0.2 11th Sep 2000
Author:
Dr. M.P. Ford (c)2000 Forward Computing and Control Pty. Ltd. NSW Australia email fcc@forward.com.au You may use this class without restriction. This class displays all System.out and System.err text in an JTextPanel and saves it to a log file using the specified encodeing

Member Function Documentation

Debug.[static initializer] (  )  [static, package]
void Debug.print ( boolean  b  ) 

Referenced by print(), and println().

void Debug.print ( long  l  ) 

References print().

void Debug.print ( char  c  ) 

References print().

void Debug.print ( char  c[]  ) 

References print().

void Debug.print ( double  d  ) 

References print().

void Debug.print ( String  x  ) 
void Debug.println (  ) 

Referenced by println().

void Debug.println ( long  l  ) 

References print(), and println().

void Debug.println ( char  c  ) 

References print(), and println().

void Debug.println ( boolean  b  ) 

References print(), and println().

void Debug.println ( String  x  ) 

References print(), and println().

void Debug.println ( double  d  ) 

References print(), and println().

void Debug.println ( char  c[]  ) 

References print(), and println().


Member Data Documentation

Debug Debug.log [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties