Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.3.0-beta0
-
None
Description
LoggingEventV0 stores the event timestamp as a long with mills precision. It therefore looses the nanoseconds precision from the original LoggingEvent.
Instead it should rather get and store the Instant from the original ILoggingEvent and (if needed) derive the millis from it.
Also, it doesn't implement the getInstant() method inherited from the ILoggingEvent interface and therefore inherits the default implementation which returns null. This may be rather confusing when the original event was initialized with an Instant.
Attachments
Issue Links
- links to