Changeset 1684
- Timestamp:
- Sep 2, 2004, 5:43:10 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/testing/pap_rel2.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/testing/pap_rel2.txt
r1681 r1684 1931 1931 L1720 minNum, maxNum 1932 1932 L1744 Non-uniform histogram bins 1933 1934 ============================================================================================================= 1935 1936 To get psLogMsg output to stderr, you need to specify: 1937 psLogSetDestination("dest:stderr"); 1938 Similarly for stdout. I can see where they got it from (the SDRS 1939 entry could easily be misinterpreted), but I don't think this is the 1940 behaviour we expected. 1941 1942 psTrace: 1943 1944 * Each "facility" must commence with a dot: e.g., 1945 ".IPP.debias.overscan", which I think is really annoying because it's 1946 easy to forget. 1947 1948 * You must set every level for each node on the trace tree explicitly if 1949 you intend it to be used. For example, the call 1950 psTraceSetLevel(".IPP.debias.overscan", 5) 1951 will produce the following setup: 1952 . 0 1953 IPP 5 1954 debias 5 1955 overscan 5 1956 Note how each of those is in the same level, so that the hierarchy 1957 hasn't been built up? Of course, this is a bug because it does 1958 something completely unexpected, but I would appreciate confirmation 1959 of my expectation that a 4-deep heirarchy (".", ".A", ".A.B", 1960 ".A.B.C") should be formed from simply specifying a level for 1961 ".A.B.C". 1962 1963 * I would have thought that the property of inheritance that we 1964 specified implied that if I hadn't explicitly set the level for 1965 ".A.B", but I have set the level for ".A", then printing a trace 1966 message on component ".A.B" would depend on comparing the level to the 1967 set level of ".A"; but in the implementation, it would be ignored 1968 completely.
Note:
See TracChangeset
for help on using the changeset viewer.
