![]()  | 
  
    Liberi
    
   An exergame built for kids with CP! 
   | 
 
A class that manages the DebugLogs. Creates a file for logging Exceptions thrown by Unity as well as Debug Logs and warning messages. More...
Inherits MonoBehaviour.
Static Public Member Functions | |
| static void | Log (string s) | 
Public Attributes | |
| string[] | IgnoreList | 
| A list of strings which will be ignored (not logged) if they are contained in the stack trace. Useful for ignoring common warnings, especially those related to the Animator Component (IE: Animator not initialized.)  More... | |
A class that manages the DebugLogs. Creates a file for logging Exceptions thrown by Unity as well as Debug Logs and warning messages.
Definition at line 10 of file DebugManager.cs.
| string [] DebugManager.IgnoreList | 
A list of strings which will be ignored (not logged) if they are contained in the stack trace. Useful for ignoring common warnings, especially those related to the Animator Component (IE: Animator not initialized.)
Definition at line 16 of file DebugManager.cs.