PankuConsole icon indicating copy to clipboard operation
PankuConsole copied to clipboard

Remove logger?

Open Ark2000 opened this issue 7 months ago • 1 comments

the native logger module should be a part of dev console.

TODO:

  • [ ] Improve the dev console output performance to support millions of lines of output
  • [ ] a filter mechanism

Ark2000 avatar Nov 25 '23 16:11 Ark2000

A new text area node composed of two RichTextLabel nodes will be introduced to cap lines of content.

it is like, an infinite scroll game.

specifically, the first buffer will be cleared and sent to the last when the last buffer is full.

with buffers, we can constanly output lots of stuff while keeping a smooth experience.

Ark2000 avatar Nov 26 '23 03:11 Ark2000