Furball-Engine/Furball

Suggestion: Extract logging system into its own package

jvyden opened this issue · 2 comments

Your logging system seems really powerful from what I've seen of it, so it would be extremely useful if you extracted (or at least ported) it into a NuGet package for use in my project without importing the entire engine.

Thoughts?

Sounds like a good idea! Ittl require a bit of changes code side to accommodate not having a stable Update() method, but ill keep the API itself the same, youll just initialize it differently