fluent / fluent/fluent-logger-php
Support for microsecond resolution in timestamp
Open
- Dominant language
- PHP
- Stars
- 218
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
The current timestamp is enforced to be an integer, thus leading to a maximum time resolution of 1 second. Even when passed as an argument in the `Entity` constructor, it is validated on an integer (long) type.
Adding support for `float` values in the constructor would help increase the log timestamp accuracy.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.