NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class SysLog

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.SysLog

public class SysLog
extends Object


Method Summary
 void error(String msg)
           
 void info(String msg)
           
static SysLog inst()
           
 void stackTrace(Exception ex)
           
 void warning(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

error

public void error(String msg)

info

public void info(String msg)

inst

public static SysLog inst()

stackTrace

public void stackTrace(Exception ex)

warning

public void warning(String msg)

NASA World Wind WMS