Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanStinson committed Oct 9, 2022
1 parent 9021d79 commit 818db5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ A custom logger for Unity with custom categories and logs only available on Edit
</p>

## 🖥️ How It Works
There's a Console class, which basically serves as a wrapper of Unity's Debug class for logs. Each log type (info, warning, error) has it's own custom color and you can decide to define a category for each one (which will appear in bold in front).
For starters, import the package located in the [Releases](https://github.com/JoanStinson/UnityLoggerExtended/releases) section into your project.

Now then, there's a Console class, which basically serves as a wrapper of Unity's Debug class for logs. Each log type (info, warning, error) has it's own custom color and you can decide to define a category for each one (which will appear in bold in front).

Furthermore, this system lets you define custom categories on the fly, with no need to maintain any Enums or Scriptable Objects. Just pass in the category before the log message and whoala!

Expand Down

0 comments on commit 818db5c

Please sign in to comment.