Bug #3643
Formatting of log messages is messed up
Description
The "cout" we use to report messages to the viewer window doesn't handle "endl" and related correctly
History
#1 Updated by Michael Baird almost 8 years ago
- Assignee set to Mark Messier
- Priority changed from Normal to Low
I couldn't get this to work either. Just use:
om::cout << "Hello World!" << "";
to get a carriage return.
#2 Updated by Michael Baird over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100