Claering the debug console?

How can i clear the serverside console? (a nodejs function, similar to the clear button, run on serverside).
I’m not talking about efresh, i want to replicate a serverside equivalent of the clientside javascript console.clear.
thx

If I knew what a server side console was I would answer!
Unless you mean the status window. There is a “clear” button there (bottom right corner).

well yeah, that one. but i wanna clear it by code

Well, the clear button in the logs view only removes the messages on the client side. I guess the real question is, why do you want to clear the console?

On Server start a node module does some output. I didn’t know the status window’s log was client-side only nvm