Skip to main content

Logger

CBSL logger is a wrapper around the unity logger and exposes all of it's api

Logger.Info<CallingClass>("My Log Message");

the logger takes a generic parameter which is used to compute and unique colored tag

optionally you can call GetTag(color); to create a tag with custom color and pass it while logging