com.metamatrix.soap.sqlquerywebservice.log
Class LogUtil

java.lang.Object
  extended by com.metamatrix.soap.sqlquerywebservice.log.LogUtil

public class LogUtil
extends java.lang.Object

This is going to console, if needs to be file based, a log listener needs to be added to this.


Constructor Summary
LogUtil()
           
 
Method Summary
static LogUtil getInstance()
          Get an instance of this class.
static void log(int severity, java.lang.String message)
           
static void log(int severity, java.lang.Throwable t, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtil

public LogUtil()
Method Detail

getInstance

public static LogUtil getInstance()
Get an instance of this class.


log

public static void log(int severity,
                       java.lang.String message)

log

public static void log(int severity,
                       java.lang.Throwable t,
                       java.lang.String message)


Copyright © 2009. All Rights Reserved.