//=============================================================================================
/*
Debug.h
The Debug Header Function
Project : PKF 1.0 Personal Firewall
Author : Tony Zhu
/* @(#) debug.h 2.1 87/12/25 12:22:02 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
defines conditional func
package javazoom.Util;
import java.io.*;
import java.util.*;
/**
* This class implements a simple Debug Tool.
*/
public class Debug
{
private static Debug _instance = null;
private P