org.eclipse.datatools.sqltools.parsers.sql
Class SQLParserLogger

java.lang.Object
  extended by org.eclipse.datatools.modelbase.sql.query.util.SQLLogUtil
      extended by org.eclipse.datatools.sqltools.parsers.sql.SQLParserLogger

public class SQLParserLogger
extends SQLLogUtil

The SQLParserLogger is a slim wrapper around the eclipse logging, with the intention to be refactored in future to adopt the common logging strategy, preferably Logger.

Author:
ckadner

Constructor Summary
SQLParserLogger(org.eclipse.core.runtime.Plugin plugin)
           
 
Method Summary
static SQLLogUtil getLogger()
           
static void setLogger(SQLLogUtil logger)
           
 
Methods inherited from class org.eclipse.datatools.modelbase.sql.query.util.SQLLogUtil
getCurrentPlugin, isTracing, setCurrentPlugin, write, write, write, writeInfo, writeLog, writeLog, writeLog, writeTrace, writeTraceEntry, writeTraceExit, writeTraceExit, writeTraceExit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLParserLogger

public SQLParserLogger(org.eclipse.core.runtime.Plugin plugin)
Parameters:
plugin -
Method Detail

getLogger

public static SQLLogUtil getLogger()

setLogger

public static void setLogger(SQLLogUtil logger)