Releases: aaronvb/logrequest
Releases · aaronvb/logrequest
Bump to stable version
Add a new method that returns the fields
v0.4.0 Update README.md
Allow duration to be hidden at end of request
- Added a bool,
HideDuration
, to theLogRequest
struct that will hide the duration output at the end of the request if set totrue
.
v0.2.0: Add NewLine and Timestamp options
Added two new options:
NewLine
(integer) - This will append N lines at the end of the log output. Note: This only works with logger output.
Timestamp
(boolean) - This will add a timestamp at the beginning of the request.
v0.1.2
v0.1.1
Initial release
v0.1.0 Initial commit