Package thredds.server.opendap.servlet
Class Logx
- java.lang.Object
-
- thredds.server.opendap.servlet.Logx
-
public class Logx extends Object
A minimal implementation of a logging facility.
-
-
Constructor Summary
Constructors Constructor Description Logx()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclose()static StringgetContents()static booleanisOn()static voidprintDODSException(opendap.dap.DAP2Exception de)static voidprintln(String s)static voidprintThrowable(Throwable t)static voidreset()
-
-
-
Method Detail
-
println
public static void println(String s)
-
printDODSException
public static void printDODSException(opendap.dap.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()
-
-