spis.Util.io
Class SpisIO

java.lang.Object
  extended byspis.Util.io.SpisIO

public class SpisIO
extends java.lang.Object

Class Name : SpisIO
Project ref : SPIS project
File name : SpisIO.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : Jun 16, 2004
Modification :

Description : IO for SPIS

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Field Summary
private static java.io.FileWriter logFile
           
 
Constructor Summary
SpisIO()
           
 
Method Summary
static void print(int verbosityThreshold, java.lang.String message)
           
static void println(int verbosityThreshold, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logFile

private static java.io.FileWriter logFile
Constructor Detail

SpisIO

public SpisIO()
       throws java.io.IOException
Method Detail

println

public static void println(int verbosityThreshold,
                           java.lang.String message)

print

public static void print(int verbosityThreshold,
                         java.lang.String message)