#how to change the color of the logger
12 messages · Page 1 of 1 (latest)
Cause im pretty sure there is a different logger where its like log.error or smthn that makes it red
I try to make it green so it looks better in the console due to the number of plugins
If it is possible I saw it in a plugin but I don't know how they did it
Rocket.Core.Logging.Logger.Log("\u001b[32mThis is a green log message!\u001b[0m");
Try this
put ur message in the middle
just change the console window foreground color, lol.
So it is necessary to change it and change it again, can't it be done directly?
It's a bit difficult for me since I don't speak English.