This simple fully documented helper class will help you easily add any kind of debug output with time stamps to program log and to filter necessary strings later.
Also it will help you automatically exclude debug output from release build.
Documentation will show you some technique how to see only strings you need at this moment without necessity to disable something in the code.
MAIN FEATURES:
Easy log filtering
Wrapper for Debug.Log(), Debug.LogWarning() and Debug.LogError() functions with automatic timestamp adding
Imporved Vector3.ToString() method
Convenient DebugTimed() to easily log data from Update() methods