are console logs saved?
are console logs saved somewhere if yes then where i can t it anywhere pls someone help me out with this i am new to repl.it
Voters
are console logs saved somewhere if yes then where i can t it anywhere pls someone help me out with this i am new to repl.it
Unless manually stored in a database, no. Console logs are just temporary ways to get an output.
but where are they i want to save all the console cmds in a txt file or somehwhere
@IMayBeMe
@Dashdaber154 they are essentially nowhere, you have to write whatever you are logging into the text file separately. I would say to google file handling in node js cause I don't know the language
no problem i searched alot but couldnt find it anyways can you tell me where is [email protected]
@Dashdaber154 it's literally nowhere that could be relevant to you. Yes if you want the long answer, it's probably stored in a memory address in your computer but for your purpose it is useless.
ok so i have to manually save it anyways thx i will wait for some one to give the code
@IMayBeMe
@Dashdaber154 maybe u can try coding it :/