TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.hyades.logging.parsers.internal.importer
Class GLADebug

java.lang.Object
  extended byorg.eclipse.hyades.logging.parsers.internal.importer.GLADebug

public class GLADebug
extends java.lang.Object

This class provides debugging facilities for the Log Import code.


Field Summary
 boolean debug
           
static GLADebug INSTANCE
           
 boolean logToFile
           
protected  java.lang.String NL
           
protected  java.lang.String plugin_name
           
protected  java.lang.String value
           
 
Constructor Summary
GLADebug(java.lang.String plugin_name)
           
 
Method Summary
 java.io.FileOutputStream getLog()
          Get the debug log file output stream.
protected  void init()
          Initialize the debugging code.
 void log(java.lang.String message)
          Log a debug message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public boolean debug

logToFile

public boolean logToFile

plugin_name

protected java.lang.String plugin_name

value

protected java.lang.String value

NL

protected final java.lang.String NL

INSTANCE

public static GLADebug INSTANCE
Constructor Detail

GLADebug

public GLADebug(java.lang.String plugin_name)
Method Detail

init

protected void init()
Initialize the debugging code.


getLog

public java.io.FileOutputStream getLog()
Get the debug log file output stream.

Returns:
the FileOutputStream for the debug file

log

public void log(java.lang.String message)
Log a debug message

Parameters:
message -

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification