 |
Changeset 3919
- Timestamp:
- 08/28/08 16:08:13
(3 months ago)
- Author:
- kris
- Message:
fixes #1272 :: tango.util.log.Trace synchronizes on incorrect object
Thanks schveiguy :)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3650 |
r3919 |
|
| 54 | 54 | static this() |
|---|
| 55 | 55 | { |
|---|
| 56 | | Trace = new SyncPrint (Cerr.stream, Cerr, !Cerr.redirected); |
|---|
| | 56 | Trace = new SyncPrint (Cerr.stream, !Cerr.redirected); |
|---|
| 57 | 57 | } |
|---|
| 58 | 58 | |
|---|
| … | … | |
| 82 | 82 | **********************************************************************/ |
|---|
| 83 | 83 | |
|---|
| 84 | | this (OutputStream output, Object mutex, bool flush=false) |
|---|
| 85 | | { |
|---|
| 86 | | this.mutex = mutex; |
|---|
| | 84 | this (OutputStream output, bool flush=false) |
|---|
| | 85 | { |
|---|
| | 86 | this.mutex = cast(Object) output; |
|---|
| 87 | 87 | this.output = output; |
|---|
| 88 | 88 | this.flushLines = flush; |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic