[GH-ISSUE #876] [Improvements] Integrate logging library in AppFlowyEditor #347

Closed
opened 2026-03-23 20:35:42 +00:00 by mirror · 0 comments
Owner

Originally created by @LucasXu0 on GitHub (Aug 19, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/876

Originally assigned to: @LucasXu0 on GitHub.

Three goals

  • Remove print and debugPrint functions in AppFlowyEditor
  • Avoid using print and debugPrint directly in the future.
  • Add logging configuration to AppFlowyEditor, including logging level and message, and let the developers decide how the logs output.
class LoggingConguration {
  // ...
  level,
  output callback...
}
Originally created by @LucasXu0 on GitHub (Aug 19, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/876 Originally assigned to: @LucasXu0 on GitHub. Three goals * Remove `print` and `debugPrint` functions in AppFlowyEditor * Avoid using `print` and `debugPrint` directly in the future. * Add logging configuration to `AppFlowyEditor`, including logging level and message, and let the developers decide how the logs output. ```dart class LoggingConguration { // ... level, output callback... } ```
mirror 2026-03-23 20:35:42 +00: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
AppFlowy-IO/AppFlowy#347
No description provided.