Topic: Minor change requests
Every release I make a couple of minor code changes in the Delphi source, but it would be nice if these could be incorporated into the main code base:
1. Custom Time Stamp format (TSiTimestampToken.Expand) - I use "mm/dd/yyyy hh:nn:ss.zzz" instead of the default in order to match other logs. It would be nice to have a property where this could be customized.
2. Custom Thread Id format (TSiThreadIdToken.Expand) - I use a fixed width so that text log entries are a bit better formatted. Again, it would be nice if this was customizable.
3. TSiHash.HashOf throws exception if OVERFLOWCHECKS is turned on. {$OVERFLOWCHECKS OFF} could be used in the method.
Thanks for considering the changes.
