
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
04/Jan/05 12:28 PM
|
|
The LOG4CXX macros use a temporary ostringstream variable named oss which hides other declarations. For example, the following will print blanks.
ostringstream oss(some stuff);
LOG4CXX_INFO(logger, oss);
Possible fix is to use namespace with the temp variable.
It's a trivial bug, but a pain to track down.
|
|
Description
|
The LOG4CXX macros use a temporary ostringstream variable named oss which hides other declarations. For example, the following will print blanks.
ostringstream oss(some stuff);
LOG4CXX_INFO(logger, oss);
Possible fix is to use namespace with the temp variable.
It's a trivial bug, but a pain to track down. |
Show » |
made changes - 04/Jan/05 12:28 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Fix Version/s
|
|
0.9.8
[ 10782
]
|
|