You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(logging): improve AsyncLogProcessor with enhanced encapsulation and exception handling
- Encapsulated Fiber logic in a dedicated `startFiber` method to improve code clarity.
- Implemented `processRemaining` method to ensure all queued logs are processed before object destruction.
- Ensured `processRemaining` is called in the destructor to avoid losing any log records.
0 commit comments