1 23 24 28 29 package com.sun.jts.trace; 30 31 37 public class TraceLevel 38 { 39 public static final int IAS_JTS_TRACE_TRIVIAL = 0; 40 public static final int IAS_JTS_TRACE_RECOVERY = 1; 41 public static final int IAS_JTS_TRACE_CONFIGURATION = 2; 42 public static final int IAS_JTS_TRACE_TIMEOUT = 3; 43 public static final int IAS_JTS_TRACE_TRANSACTION_HIGH_LEVEL = 4; 44 public static final int IAS_JTS_TRACE_TRANSACTION = 5; 45 public static final int IAS_JTS_TRACE_LOGGING = 6; 46 public static final int IAS_JTS_MAX_TRACE_LEVEL = 6; 47 48 } 49 | Popular Tags |