opendap.util
Class Log

java.lang.Object
  extended by opendap.util.Log

public class Log
extends java.lang.Object

A minimal implementation of a logging facility.


Constructor Summary
Log()
           
 
Method Summary
static void close()
           
static java.lang.String getContents()
           
static boolean isOn()
           
static void printDODSException(DAP2Exception de)
           
static void println(java.lang.String s)
           
static void printThrowable(java.lang.Throwable t)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

println

public static void println(java.lang.String s)

printDODSException

public static void printDODSException(DAP2Exception de)

printThrowable

public static void printThrowable(java.lang.Throwable t)

reset

public static void reset()

isOn

public static boolean isOn()

close

public static void close()

getContents

public static java.lang.String getContents()