[PR #439] [CLOSED] Added TimestampProcessor class #1150

Closed
opened 2026-03-04 03:05:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/439
Author: @giannello
Created: 10/21/2014
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • db16d24 Added TimestampProcessor class
  • bf85740 Removed unused class variable

📊 Changes

3 files changed (+82 additions, -0 deletions)

View changed files

📝 README.mdown (+1 -0)
src/Monolog/Processor/TimestampProcessor.php (+49 -0)
tests/Monolog/Processor/TimestampProcessorTest.php (+32 -0)

📄 Description

#438

Use a Processor to add a more accurate timestamp to each log record


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/439 **Author:** [@giannello](https://github.com/giannello) **Created:** 10/21/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`db16d24`](https://github.com/Seldaek/monolog/commit/db16d24084058e006e4b9385654dc70814531444) Added TimestampProcessor class - [`bf85740`](https://github.com/Seldaek/monolog/commit/bf8574064312a2ec32af7adf1dba94cff37436b0) Removed unused class variable ### 📊 Changes **3 files changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.mdown` (+1 -0) ➕ `src/Monolog/Processor/TimestampProcessor.php` (+49 -0) ➕ `tests/Monolog/Processor/TimestampProcessorTest.php` (+32 -0) </details> ### 📄 Description #438 Use a Processor to add a more accurate timestamp to each log record --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:05:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1150
No description provided.