 |
Changeset 2745
- Timestamp:
- 11/03/07 00:06:15
(1 year ago)
- Author:
- kris
- Message:
added doc/note about thread-safety
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2702 |
r2745 |
|
| 78 | 78 | --- |
|---|
| 79 | 79 | |
|---|
| | 80 | Note that Stdout is *not* intended to be thread-safe. Use either |
|---|
| | 81 | tango.util.log.Trace or the standard logging facilities in order |
|---|
| | 82 | to enable atomic console I/O |
|---|
| | 83 | |
|---|
| 80 | 84 | *******************************************************************************/ |
|---|
| 81 | 85 | |
|---|
| … | … | |
| 123 | 127 | Stdout ("abc", 1, 2, 3).newline; |
|---|
| 124 | 128 | Stdout (1, 2, 3).newline; |
|---|
| | 129 | Stdout (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1).newline; |
|---|
| 125 | 130 | |
|---|
| 126 | 131 | Stdout ("abc {}{}{}", 1, 2, 3).newline; |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic