A package that will visually separate your development logs.
Disable/Enable logging for a single class or the whole project.If you're using some other packages that contain Mono.Cecil library, you might get the compilation error "Package already exists", it's safe to delete one from the "Debuggable" package.Customize each log colour per class.Manage logging through a single entry point.Easy to use:D.Log("My log message.");D.LogWarning("My warning message.")D.LogError("My error message.")Log settings go through one pipelineManage which classes will log and which won'tLogs can have different coloursPossibility of disabling logging through 'Debuggable' system, and will continue to use classic Unity logging without changing the codePossibility of disabling logging completely