Search:

Type: Posts; User: sneha343

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,370

    Re: issue with logging!!

    This is my method:

    private void printQCTestCaseCoverage() {

    try {
    FileAppender appender = new FileAppender(new PatternLayout(), "qcCoverageReport.csv", true);...
  2. Replies
    5
    Views
    1,370

    issue with logging!!

    I have a java class that should generate .csv file named qcCoverageReport.csv and store the test results. But my java class is generating the file but not storing the log. Where have I done the...
Results 1 to 2 of 2