2016-04-28 11:07 GMT+02:00 Tudor Girba <[email protected]>: > But anyway with Trait you can't add timestamp to your domain object which > is always required for logs (I think we all agree about timestamp). > > We can indeed agree on timestamp, but as Sven said, we might need > flexibility on how to capture it (DateAndTime vs ZTimestamp).
Domain objects can supply own timestamp to log entries. But both kinds of time should be polimorphic in some cases. By the way why we need multiple timestamp representation in system? Can we choose best option and use it anywhere? (But this question is not for this topic)
