Skip to main content

i'mI'm working on a project that has lotsa lot of logging messages that pass very fast. sometimes i have to search for my logs.

iI can use error logs or warning logs but is there any way to print information logs with different logslog something with different colors for better searchingso it is easier to find?

Right now i, I just can use something like this:

    Debug.LogError("show missing gold popup accepted");

i'm working on project that has lots of logging messages that pass very fast. sometimes i have to search for my logs.

i can use error logs or warning logs but is there any way to print information logs with different logs with different colors for better searching?

now i just can use like this:

    Debug.LogError("show missing gold popup accepted");

I'm working on a project that has a lot of logging messages that pass very fast.

I can use error logs or warning logs but is there any way to log something with different colors so it is easier to find?

Right now, I just use something like this:

Debug.LogError("show missing gold popup accepted");
Source Link
virtouso
  • 2.7k
  • 7
  • 44
  • 69

can i show logs in unity with different colors or different icon signs?

i'm working on project that has lots of logging messages that pass very fast. sometimes i have to search for my logs.

i can use error logs or warning logs but is there any way to print information logs with different logs with different colors for better searching?

now i just can use like this:

    Debug.LogError("show missing gold popup accepted");