opendap.servlet
Class Log

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

public class Log
extends Object

A minimal implementation of a logging facility.


Constructor Summary
Log()
           
 
Method Summary
static void close()
           
static String getContents()
           
static boolean isOn()
           
static void printDODSException(DAP2Exception de)
           
static void println(String s)
           
static void printThrowable(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(String s)

printDODSException

public static void printDODSException(DAP2Exception de)

printThrowable

public static void printThrowable(Throwable t)

reset

public static void reset()

isOn

public static boolean isOn()

close

public static void close()

getContents

public static String getContents()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.