Bug 5497 - expunit's fine vs finest logging
Summary: expunit's fine vs finest logging
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
: 5498 (view as bug list)
Depends on:
Blocks: 5495
  Show dependency treegraph
 
Reported: 2007-12-17 16:10 UTC by Andrew Cagney
Modified: 2007-12-17 20:08 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-12-17 16:10:20 UTC
frysk.expunit's loggers are set up such that "FINE" gives very fine grained
details such as each attempted match; and not just summary information such as
how each match is resolved.

Can detailed information be moved to FINEST?
[meeting discussion also lead to the proposal that expunit be used as a testbed
for frysk.rsl or log4j or ... as alternative loggers]
Comment 1 Andrew Cagney 2007-12-17 20:07:49 UTC
*** Bug 5498 has been marked as a duplicate of this bug. ***
Comment 2 Andrew Cagney 2007-12-17 20:08:03 UTC
commit cf9bc42a978d8ee5984df226a9d741236af14a8a
Author: Andrew Cagney <cagney@redhat.com>
Date:   Mon Dec 17 15:01:38 2007 -0500

    Use frysk.rsl in frysk.expunit; add -trace option.
    
    frysk-sys/frysk/ChangeLog
    2007-12-17  cagney  <cagney@redhat.com>
    
        * EventLogger.java (addConsoleOptions(Parser)): Add LogOption.
    
    frysk-sys/frysk/expunit/ChangeLog
    2007-12-17  cagney  <cagney@redhat.com>
    
        * Expect.java: Use frysk.rsl.Log.
    
    frysk-sys/frysk/rsl/ChangeLog
    2007-12-17  cagney  <cagney@redhat.com>
    
        * Log.java (log(...)): Rename message(...).
        (log(Object,String)): New.
        (log(Object,String,Object,String,Object)): New.
        (log(Object,String,long,String,Object[])): New.
        (log(Object,String,Object,String,Object,String,String[])): New.
        * TestLog.java: Update.