DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.Debugging Namespace Reference

Classes

class  Delogger
 Logs messages using the given options More...
 

Enumerations

enum  LogType { LogType.Normal, LogType.Warning, LogType.Error }
 
enum  Verbosity { Verbosity.Normal, Verbosity.Errors, Verbosity.ErrorsAndWarnings, Verbosity.Verbose }
 Verbosity More...
 

Enumeration Type Documentation

enum DG.Debugging.LogType
strong
Enumerator
Normal 
Warning 
Error 

Verbosity

Enumerator
Normal 

Log everything except logs marked as verbose

Errors 

Log only errors

ErrorsAndWarnings 

Log only errors and warnings

Verbose 

Log everything, verbose logs included