Ignore:
Timestamp:
08/27/12 15:53:25 (12 years ago)
Author:
sherbold
Message:
  • all usages of the Console tracing API now define log levels
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-guitar/src/main/java/de/ugoe/cs/quest/plugin/guitar/commands/CMDefgTestCasesToSequences.java

    r556 r639  
    77import java.util.LinkedList; 
    88import java.util.List; 
     9import java.util.logging.Level; 
    910 
    1011import de.ugoe.cs.quest.CommandHelpers; 
     
    6162                } 
    6263                for (File testcaseFile : testcaseFiles) { 
    63                         Console.traceln("Loading from file " 
     64                        Console.traceln(Level.INFO, "Loading from file " 
    6465                                        + testcaseFile.getAbsolutePath()); 
    6566                        sequences.add(parser.parseTestCaseFile(testcaseFile)); 
Note: See TracChangeset for help on using the changeset viewer.