yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.11k stars 221 forks source link

Possible Filtering Logs? #43

Closed Bit00009 closed 3 years ago

Bit00009 commented 3 years ago

Hi, Where should I start looking to prevent some logs of being displayed? Like filtering them...

yasirkula commented 3 years ago

You can do so in either DebugLogManager.ReceivedLog (runs on a separate thread) or DebugLogManager.ProcessLog (runs on the main thread).

Bit00009 commented 3 years ago

Thank you, Only one of them is enough?

yasirkula commented 3 years ago

Yep 😺