Liberi
An exergame built for kids with CP!
DebugManager Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: