[QFJ-31] Configuring logger TimeZone Created: 23/Jun/06 Updated: 15/Nov/12 Resolved: 12/Aug/06 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.0.1 |
Fix Version/s: | None |
Type: | New Feature | Priority: | Default |
Reporter: | Faraz Parhami | Assignee: | Steve Bate |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | None | ||
Environment: |
All |
Description |
Currently there is no way to change the logger TimeZone. It would be nice if the 'TimeZone' configuration ID works for both session scheduling and logger. |
Comments |
Comment by Steve Bate [ 26/Jul/06 ] |
I don't think the same time zone would also be desired for session scheduling and logging. For example, the session scheduling might be done in the exchange time zone but logging formatted for the local time zone. Have you considered using Log4j and the QFJ SLF4JLog? Log4J allows the time zone to be configured on a per-appender basis. I think you can even control the timezone per logging category if needed. Would that work for you? |
Comment by Steve Bate [ 12/Aug/06 ] |
Since I haven't received and feedback on my previous comments, I'll close the issue. You can reopen it later if you'd like. |