Start the debugger through setting the url with "?DBGSESSID=1@clienthost:10001" in...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / view / LogConstants.java
1 package com.quantum.view;
2
3 public interface LogConstants {
4         public int QUERY = 1;
5         public int ERROR = 2;
6         public int RESULTS = 3;
7         public int WARNING = 4;
8         public int DEFAULT = 5;
9 }